unilab.tasks.motion_tracking.common.manager_terms.bad_motion_body_pos_z_only¶
- class unilab.tasks.motion_tracking.common.manager_terms.bad_motion_body_pos_z_only[source]¶
Bases:
_BodyTerm- Parameters:
cfg (
ManagerTermBaseCfg)env (
ManagerBasedRlEnv)
Methods
Attributes
- __call__(env, command_name, threshold, body_names=None)[source]¶
Returns the value of the term required by the manager.
- __init__(cfg, env)¶
- Parameters:
cfg (
ManagerTermBaseCfg)env (
ManagerBasedRlEnv)