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

Method after_step

dm_control/composer/environment.py:157–162  ·  view source on GitHub ↗
(self, physics, random_state)

Source from the content-addressed store, hash-verified

155 extra_hook(physics, random_state)
156
157 def after_step(self, physics, random_state):
158 self._task.after_step(physics, random_state)
159 for entity_hook in self._after_step.entity_hooks:
160 entity_hook(physics, random_state)
161 for extra_hook in self._after_step.extra_hooks:
162 extra_hook(physics, random_state)
163
164
165class _CommonEnvironment:

Callers 1

stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected