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

Function _pymjcf_log_xml

dm_control/mjcf/physics.py:55–60  ·  view source on GitHub ↗

Returns True if the generated XML should be logged on model compilation.

()

Source from the content-addressed store, hash-verified

53
54
55def _pymjcf_log_xml():
56 """Returns True if the generated XML should be logged on model compilation."""
57 if FLAGS.is_parsed():
58 return FLAGS.pymjcf_log_xml
59 else:
60 return FLAGS['pymjcf_log_xml'].default
61
62
63def _get_attributes(size_names, strip_prefixes):

Callers 2

from_mjcf_modelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…