Math & Kinematics
KL Divergence
KL divergence (Kullback-Leibler divergence) is an asymmetric measure of how one probability distribution differs from a reference distribution, zero only when they match. In robot learning it constrains policy updates in trust-region and proximal methods like TRPO and PPO, regularizes latent spaces in variational autoencoders, keeps fine-tuned policies close to pretrained ones, and defines the distillation loss between teacher and student models.
Why it matters for physical AI
Bounding distribution shift with KL terms is how RL fine-tuning avoids destroying pretrained competence, a stabilizing mechanism now central to adapting robot foundation models safely.
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.