mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-31 13:05:40 +08:00
Replace "pip install dm_control[locomotion_mazes]" commands with "pip install dm_control".
The [locomotion_mazes] extra has been deprecated in dm_control, and the labmaze dependency is now on the main dm_control package. PiperOrigin-RevId: 322820779
This commit is contained in:
@@ -119,9 +119,8 @@
|
|||||||
"# Configure dm_control to use the OSMesa rendering backend\n",
|
"# Configure dm_control to use the OSMesa rendering backend\n",
|
||||||
"%env MUJOCO_GL=osmesa\n",
|
"%env MUJOCO_GL=osmesa\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Install dm_control, including extra dependencies needed for the locomotion\n",
|
"# Install dm_control\n",
|
||||||
"# mazes.\n",
|
"!pip install dm_control"
|
||||||
"!pip install dm_control[locomotion_mazes]"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -116,9 +116,8 @@
|
|||||||
"# Configure dm_control to use the OSMesa rendering backend\n",
|
"# Configure dm_control to use the OSMesa rendering backend\n",
|
||||||
"%env MUJOCO_GL=osmesa\n",
|
"%env MUJOCO_GL=osmesa\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Install dm_control, including extra dependencies needed for the locomotion\n",
|
"# Install dm_control\n",
|
||||||
"# mazes.\n",
|
"!pip install dm_control"
|
||||||
"!pip install dm_control[locomotion_mazes]"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user