unilab.tasks.locomotion.go2.footstand.FootstandIncrementalActionCfg¶
- class unilab.tasks.locomotion.go2.footstand.FootstandIncrementalActionCfg[source]¶
Bases:
ActionTermCfgIncremental position action in the historical actuator/policy order.
- 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, joint_names, joint_position_limits, action_scale=0.3, clip_actions=1.0, kp=35.0, kd=0.5, simulate_action_latency=False)¶