[rllib] Support parallel, parameterized evaluation (#6981)

* eval api

* update

* sync eval filters

* sync fix

* docs

* update

* docs

* update

* link

* nit

* doc updates

* format
This commit is contained in:
Eric Liang
2020-02-01 22:12:12 -08:00
committed by GitHub
parent b9ad79d66f
commit fbc545c03b
8 changed files with 381 additions and 46 deletions
+3
View File
@@ -1,3 +1,6 @@
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
/ray/ci/suppress_output python /ray/rllib/examples/custom_eval.py --custom-eval
docker run --rm --shm-size=${SHM_SIZE} --memory=${MEMORY_SIZE} $DOCKER_SHA \
/ray/ci/suppress_output python /ray/rllib/tests/test_catalog.py