unilab.envs.mdp.actions.actions.JointEffortActionCfg¶
- class unilab.envs.mdp.actions.actions.JointEffortActionCfg[source]¶
Bases:
BaseActionCfgConfiguration for joint effort (torque) control.
- 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)¶