unilab.tasks.motion_tracking.common.manager_terms.MotionJointPositionActionCfg¶
- class unilab.tasks.motion_tracking.common.manager_terms.MotionJointPositionActionCfg[source]¶
Bases:
JointPositionActionCfgMotionJointPositionActionCfg(*, entity_name: ‘str’, clip: ‘dict[str, tuple] | None’ = None, actuator_names: ‘tuple[str, …] | list[str]’, scale: ‘float | dict[str, float]’ = 1.0, offset: ‘float | dict[str, float]’ = 0.0, preserve_order: ‘bool’ = False, use_default_offset: ‘bool’ = True, command_name: ‘str’ = ‘motion’, simulate_action_latency: ‘bool’ = False)
- Parameters:
Methods
Attributes
Optional clipping bounds applied to processed actions (after scale and offset).
Name of the entity in the scene that this action term controls.
- build(env)[source]¶
Build the action term from this config.
- Parameters:
env (
ManagerBasedRlEnv)- Return type:
- __init__(*, entity_name, clip=None, actuator_names, scale=1.0, offset=0.0, preserve_order=False, use_default_offset=True, command_name='motion', simulate_action_latency=False)¶