1d4823c0ec446e93d00df8ca654db4b45b63b3d4,rllib/agents/sac/tests/test_sac.py,TestSAC,test_sac_compilation,#TestSAC#,11
Before Change
// eager (discrete and cont. actions).
for fw in ["eager", "tf", "torch"]:
print("framework={}".format(fw))
if fw == "torch":
continue
config["eager"] = fw == "eager"
config["use_pytorch"] = fw == "torch"
for env in [
"CartPole-v0",
"Pendulum-v0",
]:
After Change
num_iterations = 1
// eager (discrete and cont. actions).
for _ in framework_iterator(config, ["tf", "eager"]):
for env in [
"CartPole-v0",
"Pendulum-v0",
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 9
Instances
Project Name: ray-project/ray
Commit Name: 1d4823c0ec446e93d00df8ca654db4b45b63b3d4
Time: 2020-04-03
Author: sven@anyscale.io
File Name: rllib/agents/sac/tests/test_sac.py
Class Name: TestSAC
Method Name: test_sac_compilation
Project Name: ray-project/ray
Commit Name: 1d4823c0ec446e93d00df8ca654db4b45b63b3d4
Time: 2020-04-03
Author: sven@anyscale.io
File Name: rllib/policy/tests/test_compute_log_likelihoods.py
Class Name:
Method Name: do_test_log_likelihood
Project Name: ray-project/ray
Commit Name: 1d4823c0ec446e93d00df8ca654db4b45b63b3d4
Time: 2020-04-03
Author: sven@anyscale.io
File Name: rllib/tests/test_model_imports.py
Class Name:
Method Name: model_import_test
Project Name: ray-project/ray
Commit Name: 1d4823c0ec446e93d00df8ca654db4b45b63b3d4
Time: 2020-04-03
Author: sven@anyscale.io
File Name: rllib/agents/sac/tests/test_sac.py
Class Name: TestSAC
Method Name: test_sac_compilation