[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
+1
View File
@@ -4,4 +4,5 @@ FROM ray-project/deploy
RUN conda install -y -c conda-forge tensorflow
RUN apt-get install -y zlib1g-dev
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
# RUN conda install -y -q pytorch torchvision -c soumith