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 e8f0afd commit 1a83980Copy full SHA for 1a83980
1 file changed
.github/unittest/linux_libs/scripts_gym/run_all.sh
@@ -205,6 +205,8 @@ pip install --upgrade pip setuptools wheel # restore latest versions
205
# Test gym 0.25 (needs both mujoco-py for env and mujoco for rendering)
206
printf "* Testing gym 0.25\n"
207
# gym 0.25 requires mujoco-py for HalfCheetah-v4 AND mujoco for rendering
208
+# Upgrade PyOpenGL for new mujoco package (needs EGL device extensions like EGLDeviceEXT)
209
+uv pip install 'pyopengl>=3.1.6'
210
uv pip install 'numpy>=1.21,<1.24' # gym 0.25 needs numpy<1.24 for AsyncVectorEnv deepcopy compatibility
211
uv pip install 'gym[atari]==0.25' mujoco
212
run_tests
0 commit comments