unilab.envs.mdp.actions.actions.BaseActionCfg¶
- class unilab.envs.mdp.actions.actions.BaseActionCfg[source]¶
Bases:
ActionTermCfgConfiguration shared by entity joint actions.
- 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.
- __init__(*, entity_name, clip=None, actuator_names, scale=1.0, offset=0.0, preserve_order=False)¶
- abstract build(env)¶
Build the action term from this config.
- Parameters:
env (
ManagerBasedRlEnv)- Return type:
ActionTerm