Files
ray/python/ray/rllib/tuned_examples/cartpole-grid-search-example.yaml
T
Eric Liang 3b157ab933 [tune] Allow resources to not all be assigned to the driver (#1150)
* dgpu

* update

* update

* update

* also support cmdline

* limit

* Update README.rst

* documentation

* typo

* small coverage for driver_gpu_limit

* lint

* fix lint
2017-10-28 22:16:05 -07:00

17 lines
346 B
YAML

cartpole-ppo:
env: CartPole-v0
alg: PPO
num_trials: 6
stop:
episode_reward_mean: 200
time_total_s: 180
resources:
cpu: 2
driver_cpu_limit: 1
config:
num_workers: 2
num_sgd_iter:
grid_search: [1, 4]
sgd_batchsize:
grid_search: [128, 256, 512]