ray/rllib/tuned_examples/pong-a3c-pytorch.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

21 lines
510 B
YAML

pong-a3c-pytorch-cnn:
env: PongDeterministic-v4
run: A3C
config:
num_workers: 16
rollout_fragment_length: 20
use_pytorch: true
vf_loss_coeff: 0.5
entropy_coeff: 0.01
gamma: 0.99
grad_clip: 40.0
lambda: 1.0
lr: 0.0001
observation_filter: NoFilter
model:
use_lstm: false
dim: 84
grayscale: true
zero_mean: false
optimizer:
grads_per_step: 1000