Skip to content

Commit 246e435

Browse files
saran-tcopybara-github
authored andcommitted
Bump dm_control version to 1.0.5.
PiperOrigin-RevId: 465287147 Change-Id: Ia91385f87f3be71d8aefaac49cb34e1e6c10db36
1 parent ac6d2cd commit 246e435

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
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.4\n",
80+
"!pip install -q dm_control\u003e=1.0.5\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

setup.py

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

174174
setup(
175175
name='dm_control',
176-
version='1.0.4',
176+
version='1.0.5',
177177
description='Continuous control environments and MuJoCo Python bindings.',
178178
long_description="""
179179
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.4\n",
80+
"!pip install -q dm_control\u003e=1.0.5\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)