[rllib] [build-fix] ES iterations get unexpectedly long (#1235)

* fix very long es

* Revert prior change.

* Shorten ES jenkins tests.
This commit is contained in:
Eric Liang
2017-11-20 14:42:42 -08:00
committed by Robert Nishihara
parent e0360eb429
commit 28f1e12940
+2 -2
View File
@@ -82,14 +82,14 @@ docker run --shm-size=10G --memory=10G $DOCKER_SHA \
--env Pendulum-v0 \
--alg ES \
--stop '{"training_iteration": 2}' \
--config '{"stepsize": 0.01}'
--config '{"stepsize": 0.01, "episodes_per_batch": 20, "timesteps_per_batch": 100}'
docker run --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/train.py \
--env Pong-v0 \
--alg ES \
--stop '{"training_iteration": 2}' \
--config '{"stepsize": 0.01}'
--config '{"stepsize": 0.01, "episodes_per_batch": 20, "timesteps_per_batch": 100}'
docker run --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/train.py \