mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
12 lines
299 B
YAML
12 lines
299 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
|