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:
Saran Tunyasuvunakool
2020-07-23 18:57:03 +01:00
parent ed1b814008
commit 69d8db961e
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -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"
]
},
{
+2 -3
View File
@@ -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"
]
},
{