[tune] Add BayesOpt (#3864)

Adds BayesOpt as a Tune suggestion algorithm.
This commit is contained in:
Peter Schafhalter
2019-01-31 16:54:17 -08:00
committed by Richard Liaw
parent d3551dd8df
commit 62a0a7bdc7
6 changed files with 193 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@ RUN conda install -y numpy
RUN apt-get install -y zlib1g-dev
RUN pip install gym[atari] opencv-python==3.2.0.8 tensorflow lz4 keras pytest-timeout smart_open
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 conda install pytorch-cpu torchvision-cpu -c pytorch