mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
fix version of mujoco-py to <2
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ extras = {
|
||||
'atari': ['atari_py>=0.1.4', 'Pillow', 'PyOpenGL'],
|
||||
'box2d': ['box2d-py>=2.3.5'],
|
||||
'classic_control': ['PyOpenGL'],
|
||||
'mujoco': ['mujoco_py>=1.50', 'imageio'],
|
||||
'mujoco': ['mujoco_py>=1.50, <2.0', 'imageio'],
|
||||
'robotics': ['mujoco_py>=1.50', 'imageio'],
|
||||
}
|
||||
|
||||
|
@@ -34,8 +34,6 @@ RUN \
|
||||
pip install tox
|
||||
|
||||
|
||||
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/.mujoco/mjpro150/bin
|
||||
|
||||
# install dependencies
|
||||
COPY . /usr/local/gym/
|
||||
RUN cd /usr/local/gym && \
|
||||
|
Reference in New Issue
Block a user