From b2caed9651fe65fd306d50cc9b6d1cd96bcc4646 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Wed, 31 Oct 2018 22:00:14 -0700 Subject: [PATCH] [minor] fix a3c pytorch example dim 80 => 84 --- python/ray/rllib/tuned_examples/pong-a3c-pytorch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/rllib/tuned_examples/pong-a3c-pytorch.yaml b/python/ray/rllib/tuned_examples/pong-a3c-pytorch.yaml index 891c4b991..c3f608ddc 100644 --- a/python/ray/rllib/tuned_examples/pong-a3c-pytorch.yaml +++ b/python/ray/rllib/tuned_examples/pong-a3c-pytorch.yaml @@ -15,7 +15,7 @@ pong-a3c-pytorch-cnn: model: use_lstm: false channel_major: true - dim: 80 + dim: 84 grayscale: true zero_mean: false optimizer: