[RLlib] Issue 7401: In eval mode (if evaluation_episodes > 0), agent hangs if Env does not terminate. (#7448)

* Fix.

* Rollback.

* Fix issue 7421.

* Fix.
This commit is contained in:
Eric Liang
2020-03-04 12:58:34 -08:00
committed by GitHub
parent c38224d8e5
commit fddeb6809c
4 changed files with 17 additions and 22 deletions
@@ -5,7 +5,6 @@ pendulum-sac:
episode_reward_mean: -300 # note that evaluation perf is higher
timesteps_total: 10000
config:
evaluation_interval: 1 # logged under evaluation/* metric keys
soft_horizon: True
clip_actions: False
normalize_actions: True