We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4613291 commit c4faa5bCopy full SHA for c4faa5b
1 file changed
dm_control/suite/cheetah.py
@@ -69,8 +69,7 @@ def initialize_episode(self, physics):
69
physics.data.qpos[is_limited] = self.random.uniform(lower, upper)
70
71
# Stabilize the model before the actual simulation.
72
- for _ in range(200):
73
- physics.step()
+ physics.step(nstep=200)
74
75
physics.data.time = 0
76
self._timeout_progress = 0
0 commit comments