Skip to content

Commit

Permalink
Update dm_control to version 1.0.23.
Browse files Browse the repository at this point in the history
This includes a MuJoCo upgrade to version 3.2.3.

PiperOrigin-RevId: 675965003
Change-Id: I474c5fb81eb07d15106a0148f8ad2a9276988cef
  • Loading branch information
DeepMind authored and copybara-github committed Sep 18, 2024
1 parent b3df0f5 commit a19c166
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dm_control/mujoco/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"\"\"\")\n",
"\n",
"print('Installing dm_control...')\n",
"!pip install -q dm_control\u003e=1.0.22\n",
"!pip install -q dm_control\u003e=1.0.23\n",
"\n",
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
"%env MUJOCO_GL=egl\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ h5py==3.11.0
labmaze==1.0.6
lxml==5.2.2
mock==5.1.0
mujoco==3.2.1
mujoco==3.2.3
nose==1.3.7
nose-xunitmp==0.4.1
numpy==1.24.4; python_version == '3.8'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def is_excluded(s):

setup(
name='dm_control',
version='1.0.22',
version='1.0.23',
description='Continuous control environments and MuJoCo Python bindings.',
long_description="""
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
Expand Down
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"\"\"\")\n",
"\n",
"print('Installing dm_control...')\n",
"!pip install -q dm_control\u003e=1.0.22\n",
"!pip install -q dm_control\u003e=1.0.23\n",
"\n",
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
"%env MUJOCO_GL=egl\n",
Expand Down

0 comments on commit a19c166

Please sign in to comment.