maple.adapters.custom.smolvla.libero.SmolVLALiberoAdapter.transform_action

SmolVLALiberoAdapter.transform_action(raw_action: List[float]) List[float]

Abstract method to transform policy output to env action.

Parameters:

raw_action – Raw output from the policy.

Returns:

Tranformed action needed by the env.