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

Class Error

dm_control/mujoco/wrapper/core.py:41–43  ·  view source on GitHub ↗

Base class for MuJoCo exceptions.

Source from the content-addressed store, hash-verified

39
40
41class Error(Exception):
42 """Base class for MuJoCo exceptions."""
43 pass
44
45
46if mujoco.mjVERSION_HEADER != mujoco.mj_version():

Callers 4

core.pyFile · 0.85
_str2typeFunction · 0.85
_type2strFunction · 0.85
name2idMethod · 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…