We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d79f9a + 9eeb954 commit 4a22ceaCopy full SHA for 4a22cea
1 file changed
tests/test_examples/test_train_mujoco.py
@@ -50,7 +50,7 @@ def test_train_mujoco(config):
50
action, _ = agent.act(obs, deterministic=True)
51
obs, r, done, info = env.step(action)
52
total_reward += np.mean(r)
53
- assert total_reward >= 900, "InvertedPendulum-v4 should be solved."
+ assert total_reward >= 800, "InvertedPendulum-v4 should be solved."
54
env.close()
55
56
0 commit comments