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

Method close

dm_control/composer/environment.py:467–470  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

465 self._hooks.after_substep(self._physics_proxy, self._random_state)
466
467 def close(self):
468 super().close()
469 self._physics.free()
470 self._physics = None
471
472 def action_spec(self):
473 """Returns the action specification for this environment."""

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected