↓ 14 callersMethod__init__(self, tau=0.99, epsilon=1e-8, shape=(1,), translate=False, scale=False)
humanoidverse/agents/nn_models.py:697
↓ 5 callersFunctioncompute_humanoid_observations_max(body_pos, body_rot, body_vel, body_ang_vel, local_root_obs, root_height_obs)
humanoidverse/envs/legged_robot_motions/legged_robot_motions.py:597
↓ 5 callersMethodreset(
self,
*,
seed: int | None = None,
options: dict[str, Any] | None = None,
humanoidverse/agents/envs/humanoidverse_isaac.py:366
↓ 4 callersFunctioncompute_humanoid_observations_max_with_contact(body_pos, body_rot, body_vel, body_ang_vel, local_root_obs, root_height_obs, contact_binary)
humanoidverse/envs/legged_robot_motions/legged_robot_motions.py:646