Robot Learning
Action Chunking
Action chunking is the practice of having a policy predict a sequence of future actions in one inference step, which the robot then executes open-loop or with periodic replanning, instead of predicting one action per observation. Popularized by ACT and adopted by diffusion policies and most vision-language-action models, chunking reduces compounding distribution shift, better captures temporally correlated demonstrator behavior, and amortizes expensive inference over many control steps.
Why it matters for physical AI
Chunking is what lets policies with slow, large backbones control robots at practical rates, and choosing the chunk length trades off reactivity against smoothness in deployed manipulation systems.
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.