ray/rllib/tuned_examples/regression_tests/cartpole-a2c-microbatch.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

12 lines
277 B
YAML

cartpole-a2c-microbatch-tf:
env: CartPole-v0
run: A2C
stop:
episode_reward_mean: 100
timesteps_total: 100000
config:
use_pytorch: false
num_workers: 1
gamma: 0.95
microbatch_size: 50
train_batch_size: 100