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

Function get_model_and_assets

dm_control/suite/cartpole.py:34–36  ·  view source on GitHub ↗

Returns a tuple containing the model XML string and a dict of assets.

(num_poles=1)

Source from the content-addressed store, hash-verified

32
33
34def get_model_and_assets(num_poles=1):
35 """Returns a tuple containing the model XML string and a dict of assets."""
36 return _make_model(num_poles), common.ASSETS
37
38
39@SUITE.add('benchmarking')

Callers 6

balanceFunction · 0.70
balance_sparseFunction · 0.70
swingupFunction · 0.70
swingup_sparseFunction · 0.70
two_polesFunction · 0.70
three_polesFunction · 0.70

Calls 1

_make_modelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…