mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +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",
|
||||
"%env MUJOCO_GL=osmesa\n",
|
||||
"\n",
|
||||
"# Install dm_control, including extra dependencies needed for the locomotion\n",
|
||||
"# mazes.\n",
|
||||
"!pip install dm_control[locomotion_mazes]"
|
||||
"# Install dm_control\n",
|
||||
"!pip install dm_control"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -116,9 +116,8 @@
|
||||
"# Configure dm_control to use the OSMesa rendering backend\n",
|
||||
"%env MUJOCO_GL=osmesa\n",
|
||||
"\n",
|
||||
"# Install dm_control, including extra dependencies needed for the locomotion\n",
|
||||
"# mazes.\n",
|
||||
"!pip install dm_control[locomotion_mazes]"
|
||||
"# Install dm_control\n",
|
||||
"!pip install dm_control"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user