mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
12 lines
239 B
YAML
12 lines
239 B
YAML
cartpole-a3c:
|
|
env: CartPole-v0
|
|
run: A3C
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 200000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
num_workers: 1
|
|
gamma: 0.95
|