Skip to content

Commit

Permalink
Backport #1878 (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjulian authored Aug 11, 2020
1 parent 2440410 commit d6e447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/garage/tf/algos/test_trpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_trpo_gru_cartpole(self):

runner.setup(algo, env)
last_avg_ret = runner.train(n_epochs=10, batch_size=2048)
assert last_avg_ret > 80
assert last_avg_ret > 40

env.close()

Expand Down

0 comments on commit d6e447a

Please sign in to comment.