ray/rllib/tuned_examples/regression_tests/cartpole-a3c-tf.yaml
Sven Mika b23b6addfc
[RLlib] Stabilize Pendulum-v0 regression test cases. (#8232)
Stabilize Pendulum regression test cases.
2020-04-30 15:48:11 +02:00

10 lines
208 B
YAML

cartpole-a3c-tf:
env: CartPole-v0
run: A3C
stop:
episode_reward_mean: 100
timesteps_total: 100000
config:
use_pytorch: false
num_workers: 1
gamma: 0.95