Skip to content

Commit a6e310c

Browse files
yuvaltassasaran-t
authored andcommitted
Fix MuJoCo header path in comment.
PiperOrigin-RevId: 408308086 Change-Id: I7e969dc56f355c28399acad7954dc722f01b4bfd
1 parent 23f58e5 commit a6e310c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dm_control/suite/wrappers/mujoco_profiling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _add_profile_observation(self, time_step):
9595
observation[STATE_KEY] = time_step.observation
9696

9797
# timer[0] is the step timer. There are lots of different timers (see
98-
# mujoco/hdrs/mjdata.h)
98+
# mujoco/include/mjdata.h)
9999
# but we only care about the step timer.
100100
timing = self._env.physics.data.timer[0]
101101

setup.py

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

176176
setup(
177177
name='dm_control',
178-
version='0.0.405854303',
178+
version='0.0.408308086',
179179
description='Continuous control environments and MuJoCo Python bindings.',
180180
author='DeepMind',
181181
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)