mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
13 lines
278 B
YAML
13 lines
278 B
YAML
cartpole-es:
|
|
env: CartPole-v0
|
|
run: ES
|
|
stop:
|
|
episode_reward_mean: 150
|
|
timesteps_total: 1000000
|
|
config:
|
|
# Works for both torch and tf.
|
|
framework: tf
|
|
num_workers: 2
|
|
noise_size: 25000000
|
|
episodes_per_batch: 50
|