Skip to content

Commit

Permalink
MAJOR: Moving setup to default to Gymnasium. Last stable point is gym…
Browse files Browse the repository at this point in the history
…=0.13. Feel free to revert back to this when facing instability due to gym versions
  • Loading branch information
vikashplus committed Mar 26, 2024
1 parent dc97c43 commit 68de012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def package_files(directory):
author_email="[email protected]",
install_requires=[
'click',
'gym==0.13',
# 'gym==0.13', # default to this stable point if caught in gym issues.
'gymnasium==0.29.1',
'mujoco==3.1.3',
'dm-control==1.0.16',
'termcolor',
Expand Down

0 comments on commit 68de012

Please sign in to comment.