fixed mujoco version

This commit is contained in:
NM512 2024-01-08 23:52:40 +09:00
parent 7f66ed5333
commit 5abaf056ad
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ ENV NUMBA_CACHE_DIR=/tmp
# dmc setup
RUN pip3 install tensorboard
RUN pip3 install gym==0.19.0
RUN pip3 install mujoco==2.3.5
RUN pip3 install dm_control==1.0.9
RUN pip3 install moviepy

View File

@ -8,6 +8,7 @@ moviepy==1.0.3
einops==0.3.0
protobuf==3.20.0
gym==0.19.0
mujoco==2.3.5
dm_control==1.0.9
scipy==1.8.0
memory_maze==1.0.3