Methodinitialize(
self,
mj_model: mujoco.MjModel,
model: mjwarp.Model,
data: mjwarp.Data,
device: str,
)
src/mjlab/actuator/learned_actuator.py:94
Methodinitialize(
self,
mj_model: mujoco.MjModel,
model: mjwarp.Model,
data: mjwarp.Data,
device: str,
)
src/mjlab/actuator/dc_actuator.py:103
Methodinitialize(
self,
mj_model: mujoco.MjModel,
model: mjwarp.Model,
data: mjwarp.Data,
device: str,
)
src/mjlab/actuator/pd_actuator.py:70
Methodinitialize(
self,
mj_model: mujoco.MjModel,
model: mjwarp.Model,
data: mjwarp.Data,
device: str,
)
src/mjlab/sensor/camera_sensor.py:190
Methodinitialize(
self,
mj_model: mujoco.MjModel,
model: mjwarp.Model,
data: mjwarp.Data,
device: str,
)
src/mjlab/sensor/raycast_sensor.py:480