[tune] Add SigOpt Integration (#3844)

This commit is contained in:
Andrew Tan
2019-02-03 18:23:57 -08:00
committed by Richard Liaw
parent 85294fb503
commit 8323419a6d
6 changed files with 249 additions and 2 deletions
+1
View File
@@ -9,4 +9,5 @@ RUN pip install gym[atari] opencv-python==3.2.0.8 tensorflow lz4 keras pytest-ti
RUN pip install -U h5py # Mutes FutureWarnings
RUN pip install --upgrade bayesian-optimization
RUN pip install --upgrade git+git://github.com/hyperopt/hyperopt.git
RUN pip install --upgrade sigopt
RUN conda install pytorch-cpu torchvision-cpu -c pytorch