diff --git a/README.md b/README.md index d60cd35a9..e273a4de8 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Learn how to implement your own simulation environment or benchmark and distribu ## Citation -If you use LeRobot in your research, please cite: +If you use LeRobot in your project, please cite the GitHub repository to acknowledge the ongoing development and contributors: ```bibtex @misc{cadene2024lerobot, @@ -146,6 +146,23 @@ If you use LeRobot in your research, please cite: } ``` +If you are referencing our research or the academic paper, please also cite our ICLR publication: + +
+ICLR 2026 Paper + +```bibtex +@inproceedings{cadenelerobot, + title={LeRobot: An Open-Source Library for End-to-End Robot Learning}, + author={Cadene, Remi and Alibert, Simon and Capuano, Francesco and Aractingi, Michel and Zouitine, Adil and Kooijmans, Pepijn and Choghari, Jade and Russi, Martino and Pascal, Caroline and Palma, Steven and Shukor, Mustafa and Moss, Jess and Soare, Alexander and Aubakirova, Dana and Lhoest, Quentin and Gallou\'edec, Quentin and Wolf, Thomas}, + booktitle={The Fourteenth International Conference on Learning Representations}, + year={2026}, + url={https://arxiv.org/abs/2602.22818} +} +``` + +
+ ## Contribute We welcome contributions from everyone in the community! To get started, please read our [CONTRIBUTING.md](./CONTRIBUTING.md) guide. Whether you're adding a new feature, improving documentation, or fixing a bug, your help and feedback are invaluable. We're incredibly excited about the future of open-source robotics and can't wait to work with you on what's next—thank you for your support!