cartpole-es.yaml 277 B

123456789101112
  1. cartpole-es:
  2. env: CartPole-v0
  3. run: ES
  4. stop:
  5. episode_reward_mean: 100
  6. timesteps_total: 500000
  7. config:
  8. # Works for both torch and tf.
  9. framework: tf
  10. num_workers: 2
  11. noise_size: 25000000
  12. episodes_per_batch: 50