Files
ray/python/ray/rllib/tuned_examples/hyperband-cartpole.yaml
T

14 lines
284 B
YAML

cartpole-ppo:
env: CartPole-v0
run: PPO
repeat: 3
stop:
episode_reward_mean: 200
time_total_s: 180
config:
num_workers: 1
num_sgd_iter:
grid_search: [1, 4]
sgd_batchsize:
grid_search: [128, 256, 512]