mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user