unilab.tasks.locomotion.common.rough_manager_terms.RoughJointPositionActionCfg¶
- class unilab.tasks.locomotion.common.rough_manager_terms.RoughJointPositionActionCfg[source]¶
Bases:
JointPositionActionCfgJoint-position action with legacy raw-action clipping.
- 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, clip_actions=100.0)¶