MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / _step_paused

Method _step_paused

dm_control/viewer/runtime.py:235–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233 return not self._error_logger.errors_found
234
235 def _step_paused(self):
236 mujoco.mj_forward(self._env.physics.model.ptr, self._env.physics.data.ptr)
237
238 def _step(self):
239 """Generates an action and applies it to the environment.

Callers 2

_step_simulationMethod · 0.95
test_stepping_pausedMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_stepping_pausedMethod · 0.64