You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ def is_excluded(s):
173
173
174
174
setup(
175
175
name='dm_control',
176
-
version='1.0.3',
176
+
version='1.0.3.post1',
177
177
description='Continuous control environments and MuJoCo Python bindings.',
178
178
long_description="""
179
179
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -182,8 +182,7 @@ def is_excluded(s):
182
182
Learning environments, using MuJoCo physics.
183
183
184
184
An **introductory tutorial** for this package is available as a Colaboratory
185
-
notebook:
186
-
[](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb)
185
+
notebook: [Open In Google Colab](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb).
0 commit comments