unilab.tasks.locomotion.go2w.manager_terms.Go2WMixedActionCfg¶
- class unilab.tasks.locomotion.go2w.manager_terms.Go2WMixedActionCfg[source]¶
Bases:
ActionTermCfgConfigure the Go2W leg-position and wheel-velocity motor action.
- 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, leg_action_scale=0.25, hip_action_scale=None, wheel_action_scale=10.0, leg_kp=35.0, leg_kd=0.5, wheel_kd=0.5, clip_actions=1.0, simulate_action_latency=False)¶