fix version of mujoco-py to <2

This commit is contained in:
Peter Zhokhov
2019-03-22 14:58:50 -07:00
parent f37830bbe2
commit 946d233eea
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ extras = {
'atari': ['atari_py>=0.1.4', 'Pillow', 'PyOpenGL'], 'atari': ['atari_py>=0.1.4', 'Pillow', 'PyOpenGL'],
'box2d': ['box2d-py>=2.3.5'], 'box2d': ['box2d-py>=2.3.5'],
'classic_control': ['PyOpenGL'], 'classic_control': ['PyOpenGL'],
'mujoco': ['mujoco_py>=1.50', 'imageio'], 'mujoco': ['mujoco_py>=1.50, <2.0', 'imageio'],
'robotics': ['mujoco_py>=1.50', 'imageio'], 'robotics': ['mujoco_py>=1.50', 'imageio'],
} }

View File

@@ -34,8 +34,6 @@ RUN \
pip install tox pip install tox
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/.mujoco/mjpro150/bin
# install dependencies # install dependencies
COPY . /usr/local/gym/ COPY . /usr/local/gym/
RUN cd /usr/local/gym && \ RUN cd /usr/local/gym && \