Robot Learning

DAgger (Dataset Aggregation)

DAgger (Dataset Aggregation) is an iterative imitation learning algorithm introduced by Ross, Gordon, and Bagnell in 2011. The learner executes its current policy, an expert relabels the visited states with correct actions, and the aggregated dataset is used to retrain the policy. This directly addresses the covariate shift problem of behavior cloning, in which small errors compound because the policy encounters states absent from the expert's demonstrations.

Why it matters for physical AI

Compounding errors are a dominant failure mode of demonstration-trained robot policies. DAgger-style corrective labeling, including human-gated variants used in real teleoperation pipelines, remains a practical recipe for closing the gap between offline training and closed-loop execution.

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.