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

Method mark_as_dirty

dm_control/mjcf/physics.py:506–508  ·  view source on GitHub ↗

Marks this physics as dirty, thus requiring recalculation.

(self)

Source from the content-addressed store, hash-verified

504 return self._dirty
505
506 def mark_as_dirty(self):
507 """Marks this physics as dirty, thus requiring recalculation."""
508 self._dirty = True
509
510 def forward(self):
511 """Recomputes the forward dynamics without advancing the simulation."""

Callers 3

__setitem__Method · 0.80
__setattr__Method · 0.80
__setitem__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected