Skip to content

Commit

Permalink
FEATURE: Moving gym->gymnasium, upgrading MuJoCo and dmControl
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashplus committed May 4, 2024
1 parent 038457a commit 2bddf8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
click
sk-video
gym==0.13
# gym==0.13 # default to this stable point if caught in gym/gymnasium issues
gymnasium==0.29.1

This comment has been minimized.

Copy link
@Vittorio-Caggiano

Vittorio-Caggiano May 4, 2024

Collaborator

if it is not strictly needed, it would be better not to pin to a specific version as this might create incompatibilities with other libraries

termcolor
flatten_dict
h5py
numpy
mujoco==2.3.7
dm-control==1.0.14
mujoco==3.1.2

This comment has been minimized.

Copy link
@Vittorio-Caggiano

Vittorio-Caggiano May 4, 2024

Collaborator

is this the only mujoco version it will be compatible with?

dm-control==1.0.16
Pillow
pink-noise-rl
packaging
Expand Down

0 comments on commit 2bddf8c

Please sign in to comment.