[rllib] Remove "Common", cleanup some code (#2348)

This commit is contained in:
Richard Liaw
2018-07-08 13:03:53 -07:00
committed by GitHub
parent 1d05cd7077
commit 4d7da9f668
15 changed files with 58 additions and 95 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/test/test_checkpoint_restore.py
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/test/test_common_policy_evaluator.py
python /ray/python/ray/rllib/test/test_policy_evaluator.py
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/test/test_serving_env.py