mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
11 lines
312 B
YAML
11 lines
312 B
YAML
pendulum-sac:
|
|
env: Pendulum-v0
|
|
run: SAC
|
|
stop:
|
|
episode_reward_mean: -300 # note that evaluation perf is higher
|
|
timesteps_total: 15000
|
|
config:
|
|
evaluation_interval: 1 # logged under evaluation/* metric keys
|
|
soft_horizon: true
|
|
metrics_smoothing_episodes: 10
|