Add model card for Robot Learning Tutorial model
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: robotics
|
| 3 |
+
library_name: lerobot
|
| 4 |
+
license: mit
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Robot Learning: A Tutorial
|
| 8 |
+
|
| 9 |
+
This repository contains a model checkpoint associated with the tutorial paper "[Robot Learning: A Tutorial](https://huggingface.co/papers/2510.12403)". This tutorial navigates the landscape of modern robot learning, covering foundational principles from Reinforcement Learning and Behavioral Cloning to generalist, language-conditioned models, with practical examples implemented using the Hugging Face `lerobot` library.
|
| 10 |
+
|
| 11 |
+
## Abstract
|
| 12 |
+
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 `lerobot`.
|
| 13 |
+
|
| 14 |
+
## Project Page
|
| 15 |
+
Find more information and a demo at the official project page: [https://huggingface.co/spaces/lerobot/robot-learning-tutorial](https://huggingface.co/spaces/lerobot/robot-learning-tutorial)
|
| 16 |
+
|
| 17 |
+
## Code Repository
|
| 18 |
+
The full tutorial source code and examples, which utilize this model, can be found on GitHub: [https://github.com/fracapuano/robot-learning-tutorial](https://github.com/fracapuano/robot-learning-tutorial)
|
| 19 |
+
|
| 20 |
+
## Usage
|
| 21 |
+
For detailed instructions, installation guides, and code examples on how to train and use diffusion policies and other models within the `lerobot` framework, please refer to the [official tutorial repository on GitHub](https://github.com/fracapuano/robot-learning-tutorial).
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
If you find this work useful, please consider citing the paper:
|
| 25 |
+
```bibtex
|
| 26 |
+
@misc{fracapuano2025robot,
|
| 27 |
+
title={{Robot Learning: A Tutorial}},
|
| 28 |
+
author={Francesco Capuano and Kuan Fang and Igor Mordatch and Olivier Pietquin and Scott Niekum and Shuran Song and Jeff Clune and Pieter Abbeel and Chelsea Finn and Sergey Levine and Jeannette Bohg and Peter Stone and Anca Dragan},
|
| 29 |
+
year={2025},
|
| 30 |
+
eprint={2510.12403},
|
| 31 |
+
archivePrefix={arXiv},
|
| 32 |
+
primaryClass={cs.RO},
|
| 33 |
+
url={https://arxiv.org/abs/2510.12403},
|
| 34 |
+
}
|
| 35 |
+
```
|