Skip to content

Commit 0dd9dc2

Browse files
DeepMindcopybara-github
authored andcommitted
Bump dm_control version
PiperOrigin-RevId: 800553533 Change-Id: Icf24af4a0dcde15d73a750cd48a28ef48b83883c
1 parent ee9ed51 commit 0dd9dc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"\"\"\")\n",
9292
"\n",
9393
"print('Installing dm_control...')\n",
94-
"!pip install -q dm_control\u003e=1.0.32\n",
94+
"!pip install -q dm_control\u003e=1.0.33\n",
9595
"\n",
9696
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9797
"%env MUJOCO_GL=egl\n",

setup.py

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

167167
setup(
168168
name='dm_control',
169-
version='1.0.32',
169+
version='1.0.33',
170170
description='Continuous control environments and MuJoCo Python bindings.',
171171
long_description="""
172172
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"\"\"\")\n",
9292
"\n",
9393
"print('Installing dm_control...')\n",
94-
"!pip install -q dm_control\u003e=1.0.32\n",
94+
"!pip install -q dm_control\u003e=1.0.33\n",
9595
"\n",
9696
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
9797
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)