Skip to content

Commit 8e2f1a2

Browse files
authored
Backport 2020.06 (#2211)
1 parent b63f8da commit 8e2f1a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535

3636
EXTRAS['mujoco'] = [
3737
'mujoco-py<=2.0.2.8,>=2.0',
38-
'gym[all]' + GYM_VERSION,
38+
# Currently gym is not compatible with mujoco 2.0 because of poor
39+
# performance. So here we just install imageio to meet the dependency
40+
# requirement of gym's mujoco extra.
41+
'imageio',
3942
]
4043

4144
EXTRAS['dm_control'] = [

0 commit comments

Comments
 (0)