unilab.envs.mdp.actions.actions.RelativeJointPositionActionCfg¶
- class unilab.envs.mdp.actions.actions.RelativeJointPositionActionCfg[source]¶
Bases:
BaseActionCfgJoint position targets relative to the current measured position.
target = current_joint_pos + action * scale. A fixed offset has no useful meaning for this transmission and is rejected during construction.- 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)¶