We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82caab commit b094f5eCopy full SHA for b094f5e
docker/Dockerfile.env
@@ -36,7 +36,8 @@ ENV LD_LIBRARY_PATH /root/.mujoco/mjpro210/bin:/root/.mujoco/mujoco210/bin:${LD_
36
37
Run python3 -m pip install --upgrade pip \
38
&& pip3 install --no-cache-dir numpy \
39
- && pip3 install --no-cache-dir -U "gym[mujoco,mujoco_py]>=0.25.2" --user \
+ && pip3 install --no-cache-dir -U "gym[mujoco,mujoco_py]==0.25.1" --user \
40
+ && pip install gymnasium[mujoco] \
41
&& python -c "import mujoco_py"
42
43
FROM opendilab/di-star:latest as smac
0 commit comments