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

Method _broadcast_episode_start

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

Source from the content-addressed store, hash-verified

206 return self._last_action
207
208 def _broadcast_episode_start(self):
209 for listener in self.on_episode_begin:
210 listener()
211
212 def _start(self):
213 """Starts a new simulation episode.

Callers 1

tickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected