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

Method after_reset

dm_control/rl/control.py:260–261  ·  view source on GitHub ↗

Runs after resetting internal variables of the physics simulation.

(self)

Source from the content-addressed store, hash-verified

258
259 @abc.abstractmethod
260 def after_reset(self):
261 """Runs after resetting internal variables of the physics simulation."""
262
263 def check_divergence(self):
264 """Raises a `PhysicsError` if the simulation state is divergent.

Callers 8

reset_contextMethod · 0.95
initialize_episodeMethod · 0.45
initialize_episodeMethod · 0.45
initialize_episodeMethod · 0.45
initialize_episodeMethod · 0.45
_set_random_joint_anglesFunction · 0.45
initialize_episodeMethod · 0.45
set_graspMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected