[rllib] Upgrade to OpenAI Gym 0.10.3 (#1601)

This commit is contained in:
butchcom
2018-03-06 00:31:02 -08:00
committed by Richard Liaw
parent 162d063f0d
commit 936bebef99
11 changed files with 63 additions and 49 deletions
+1 -1
View File
@@ -3,5 +3,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]==0.9.5 opencv-python==3.2.0.8 smart_open
RUN pip install gym[atari] opencv-python==3.2.0.8 smart_open
# RUN conda install -y -q pytorch torchvision -c soumith