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

Method stop

dm_control/viewer/runtime.py:175–177  ·  view source on GitHub ↗

Stops the runtime.

(self)

Source from the content-addressed store, hash-verified

173 self._state = State.STOP if finished else State.RUNNING
174
175 def stop(self):
176 """Stops the runtime."""
177 self._state = State.STOPPED
178
179 def restart(self):
180 """Restarts the episode, resetting environment, model, and data."""

Calls

no outgoing calls