Test example applications and rllib in jenkins tests. (#707)

* Test example applications in Jenkins.

* Fix default upload_dir argument for Algorithm class.

* Fix evolution strategies.

* Comment out policy gradient example which doesn't seem to work.

* Set --env-name for evolution strategies.
This commit is contained in:
Robert Nishihara
2017-07-16 18:51:33 +00:00
committed by Philipp Moritz
parent 4349f1f966
commit 80e8426b5e
7 changed files with 58 additions and 12 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
FROM ray-project/deploy
RUN conda install -y -c conda-forge tensorflow
RUN apt-get install -y zlib1g-dev
RUN pip install gym[atari]
RUN pip install gym[atari] opencv-python smart_open