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 40006c8 commit 51b0133Copy full SHA for 51b0133
.github/unittest/linux/scripts/run_all.sh
@@ -88,7 +88,7 @@ conda deactivate
88
conda activate "${env_dir}"
89
90
echo "installing gymnasium"
91
-pip3 install "gymnasium[ale-py,atari,accept-rom-license]"
+pip3 install "gymnasium[atari,accept-rom-license]"
92
pip3 install mo-gymnasium[mujoco] # requires here bc needs mujoco-py
93
pip3 install "mujoco" -U
94
.github/unittest/linux_libs/scripts_gym/batch_scripts.sh
@@ -126,7 +126,7 @@ do
126
conda activate ./cloned_env
127
128
echo "Testing gym version: ${GYM_VERSION}"
129
- pip3 install 'gymnasium[atari,accept-rom-license,ale-py]'==$GYM_VERSION
+ pip3 install 'gymnasium[atari,accept-rom-license]'==$GYM_VERSION
130
131
$DIR/run_test.sh
132
0 commit comments