[tune] HyperOpt Support (v2) (#1763)

This commit is contained in:
Richard Liaw
2018-04-04 11:08:26 -07:00
committed by GitHub
parent 5a9e83761d
commit 888e70f1be
13 changed files with 348 additions and 44 deletions
@@ -214,6 +214,10 @@ docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/tune/examples/tune_mnist_async_hyperband.py \
--smoke-test
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/tune/examples/hyperopt_example.py \
--smoke-test
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
python /ray/python/ray/rllib/examples/multiagent_mountaincar.py