Robot Learning
Normalization Statistics
Normalization statistics are the per-dimension values, typically means and standard deviations or quantile bounds, used to scale observations and actions before training a policy and to unscale predicted actions at inference time. When training on mixed datasets such as Open X-Embodiment, statistics are often computed per dataset or per embodiment. Checkpoints must ship with the exact statistics used during training.
Why it matters for physical AI
Mismatched normalization is a common silent failure when fine-tuning or deploying pretrained robot policies, producing wrongly scaled actions despite a correctly loaded model.
Related terms
Build physical AI
Put these concepts to work on real hardware
Axol is a dual-arm robot built for physical AI — teleoperate it, collect demonstrations, and deploy learned policies out of the box.