Action chunking—predicting and executing multiple actions instead of a single action—has proven to be a critical component for learning effective robotic control policies. However, our precise understanding of why action chunking improves performance has remained limited. In this work we seek to close this gap. Through rigorous experimental evaluations in both simulated and real-world settings, we show that existing hypotheses for the success of action chunking—temporal consistency, horizon reduction, and representation learning—fail to explain the success of action chunking. Instead, we find that action chunking benefits from greater non-Markovian expressivity and reduced compounding error compared to Markovian policies, but, in many settings of interest, these effects can be fully captured by delayed policies, which at each step predict a single action based on the observation \(k\) steps in the past. We then show that there exists an additional benefit of action chunking that we refer to as implicit ensembling. In particular, by learning a diversity of temporal relationships (that is, \(a_t | o_t, a_t | o_{t-1}, \ldots\)), action-chunked policies exhibit behavior matching that of a model ensemble, increasing their robustness and generalization ability over policies that only learn a single temporal relationship. Building on these insights, we show that in simulated and real-world robotic control settings, we can match the performance of action chunking without action chunking—by deploying an action chunking policy as an ensemble of policies with randomized delays. Furthermore, we propose a policy class that amplifies the benefits of action chunking by explicitly instantiating an ensemble, and which we show significantly improves over the performance of action chunking in many domains.
Mechanism 1
Mechanism 2
Theoretical result
There exists a deterministic environment with horizon $H$, a Markov demonstrator $\pi_{\mathrm{demo}}$, and a Markov policy $\hat{\pi}$ with supervised learning loss $\epsilon$, such that $\mathcal{J}(\pi_{\mathrm{demo}})\ge \mathcal{J}(\hat{\pi})+\Omega(2^H \cdot \epsilon)$.
Theoretical result
Suppose that the generalization error of each action chunk component/delayed policy is no larger than that of a Markovian learner, and is bounded by $\epsilon$. Then both the action-chunked and delayed policies satisfy $\mathcal{J}(\pi_{\rm demo})-\mathcal{J}(\hat\pi_k),\; \mathcal{J}(\pi_{\rm demo})-\mathcal{J}(\pi_{\rm delay}^k[\hat\pi_k]) \le \mathcal{O}((k+1)^{H/k} \cdot \epsilon)$, where $k$ is the chunk size/delay.
Mechanism 3
Real-World Evidence
Four methods side by side for each task. Use the rollout buttons below each task to switch examples.
@article{lazzati2026chunking,
author = {Filippo Lazzati and Kyle Stachowicz and William Chen and Alberto Maria Metelli and Andrew Wagenmaker and Sergey Levine},
title = {Why Does Action Chunking Improve Behavioral Cloning Performance in Robotic Control?},
year = {2026},
}