mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
[rllib] Fix Preprocessor for ATARI (#1066)
* Removing squeeze, fix atari preprocessing * nit comment * comments * jenkins * Lint
This commit is contained in:
@@ -84,6 +84,13 @@ docker run --shm-size=10G --memory=10G $DOCKER_SHA \
|
||||
--num-iterations 2 \
|
||||
--config '{"stepsize": 0.01}'
|
||||
|
||||
docker run --shm-size=10G --memory=10G $DOCKER_SHA \
|
||||
python /ray/python/ray/rllib/train.py \
|
||||
--env CartPole-v0 \
|
||||
--alg A3C \
|
||||
--num-iterations 2 \
|
||||
--config '{"use_lstm": false}'
|
||||
|
||||
docker run --shm-size=10G --memory=10G $DOCKER_SHA \
|
||||
python /ray/python/ray/rllib/train.py \
|
||||
--env CartPole-v0 \
|
||||
|
||||
Reference in New Issue
Block a user