mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
10 lines
215 B
YAML
10 lines
215 B
YAML
cartpole-sac:
|
|
env: CartPoleContinuousBulletEnv-v0
|
|
run: SAC
|
|
stop:
|
|
episode_reward_mean: 100
|
|
timesteps_total: 100000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|