Skip to content

Commit a19c166

Browse files
DeepMindcopybara-github
authored andcommitted
Update dm_control to version 1.0.23.
This includes a MuJoCo upgrade to version 3.2.3. PiperOrigin-RevId: 675965003 Change-Id: I474c5fb81eb07d15106a0148f8ad2a9276988cef
1 parent b3df0f5 commit a19c166

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"\"\"\")\n",
9494
"\n",
9595
"print('Installing dm_control...')\n",
96-
"!pip install -q dm_control\u003e=1.0.22\n",
96+
"!pip install -q dm_control\u003e=1.0.23\n",
9797
"\n",
9898
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9999
"%env MUJOCO_GL=egl\n",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ h5py==3.11.0
66
labmaze==1.0.6
77
lxml==5.2.2
88
mock==5.1.0
9-
mujoco==3.2.1
9+
mujoco==3.2.3
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
1212
numpy==1.24.4; python_version == '3.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def is_excluded(s):
177177

178178
setup(
179179
name='dm_control',
180-
version='1.0.22',
180+
version='1.0.23',
181181
description='Continuous control environments and MuJoCo Python bindings.',
182182
long_description="""
183183
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"\"\"\")\n",
9494
"\n",
9595
"print('Installing dm_control...')\n",
96-
"!pip install -q dm_control\u003e=1.0.22\n",
96+
"!pip install -q dm_control\u003e=1.0.23\n",
9797
"\n",
9898
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9999
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)