mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
9 lines
215 B
YAML
9 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
|