Robot Learning
Chunked Action Prediction
Chunked action prediction is a policy design in which the model outputs a sequence of future actions, an action chunk, per inference step rather than a single action, popularized by the ACT architecture in the ALOHA system (Zhao et al., 2023). Chunking reduces compounding error, mitigates causal confusion from idle demonstrator pauses, and lowers effective inference frequency requirements; temporal ensembling across overlapping chunks smooths execution. Diffusion Policy and most modern VLAs adopt chunked outputs.
Why it matters for physical AI
Action chunking is a key enabler for running large policies on real robots, buying inference-time headroom while keeping motion smooth, and it strongly shapes the latency and reactivity trade-offs of deployed 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.