mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
12 lines
237 B
YAML
12 lines
237 B
YAML
cartpole-a2c:
|
|
env: CartPole-v0
|
|
run: A2C
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 500000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
num_workers: 0
|
|
lr: 0.001
|