(self)
| 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. |
no outgoing calls