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

Method testReload

dm_control/mujoco/engine_test.py:463–464  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

461 self._physics.named.data.xpos[['cart', 'pole']].shape)
462
463 def testReload(self):
464 self._physics.reload_from_xml_path(MODEL_PATH)
465
466 def testReset(self):
467 self._physics.reset()

Callers

nothing calls this directly

Calls 1

reload_from_xml_pathMethod · 0.80

Tested by

no test coverage detected