ray/rllib/tuned_examples/regression_tests/pendulum-sac.yaml

13 lines
328 B
YAML
Raw Normal View History

pendulum-sac:
env: Pendulum-v0
run: SAC
stop:
episode_reward_mean: -300 # note that evaluation perf is higher
timesteps_total: 10000
config:
soft_horizon: True
clip_actions: False
normalize_actions: True
metrics_smoothing_episodes: 5
no_done_at_end: True