mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
12 lines
328 B
YAML
12 lines
328 B
YAML
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
|