Robot Learning: A Tutorial
Francesco Capuano, Caroline Pascal, Adil Zouitine, Thomas Wolf, Michel Aractingi
TL;DR
Robot Learning: A Tutorial surveys the shift from classical dynamics-based robotics to data-driven methods, emphasizing how large-scale robotics data and learning algorithms enable robust perception-to-action control across embodiments. It couples foundational RL and imitation-learning techniques with modern generalist, language-conditioned Vision-Language-Action models, and highlights practical open-source tools like LeRobotDataset and lerobot for end-to-end experimentation. The work appraises strengths and limitations of RL, BC, and generative modeling (VAEs, diffusion, flow matching), and introduces scalable architectures (ACT, DP, π0, SmolVLA) backed by large-scale datasets and open pipelines. Through code examples and open data, it argues for a democratized, modular approach to building generalist robot policies that can adapt across tasks and robots, accelerating progress in real-world robotics.
Abstract
Robot learning is at an inflection point, driven by rapid advancements in machine learning and the growing availability of large-scale robotics data. This shift from classical, model-based methods to data-driven, learning-based paradigms is unlocking unprecedented capabilities in autonomous systems. This tutorial navigates the landscape of modern robot learning, charting a course from the foundational principles of Reinforcement Learning and Behavioral Cloning to generalist, language-conditioned models capable of operating across diverse tasks and even robot embodiments. This work is intended as a guide for researchers and practitioners, and our goal is to equip the reader with the conceptual understanding and practical tools necessary to contribute to developments in robot learning, with ready-to-use examples implemented in $\texttt{lerobot}$.
