ray/rllib/tuned_examples/regression_tests/cartpole-appo-vtrace.yaml
Eric Liang dd70720578
[rllib] Rename sample_batch_size => rollout_fragment_length (#7503)
* bulk rename

* deprecation warn

* update doc

* update fig

* line length

* rename

* make pytest comptaible

* fix test

* fi sys

* rename

* wip

* fix more

* lint

* update svg

* comments

* lint

* fix use of batch steps
2020-03-14 12:05:04 -07:00

13 lines
300 B
YAML

cartpole-appo-vt:
env: CartPole-v0
run: APPO
stop:
episode_reward_mean: 100
timesteps_total: 100000
config:
rollout_fragment_length: 10
train_batch_size: 10
num_envs_per_worker: 5
num_workers: 1
num_gpus: 0
vtrace: true