ray/rllib/tuned_examples/es/cartpole-es.yaml
Eric Liang af8a93f2a4
Deflake some RLlib tests (#14947)
* fix

* update

* 100

* flake
2021-03-26 11:45:17 -07:00

12 lines
278 B
YAML

cartpole-es:
env: CartPole-v0
run: ES
stop:
episode_reward_mean: 100
timesteps_total: 1000000
config:
# Works for both torch and tf.
framework: tf
num_workers: 2
noise_size: 25000000
episodes_per_batch: 50