English

RLPP: A Residual Method for Zero-Shot Real-World Autonomous Racing on Scaled Platforms

Robotics 2025-02-07 v2 Machine Learning

Abstract

Autonomous racing presents a complex environment requiring robust controllers capable of making rapid decisions under dynamic conditions. While traditional controllers based on tire models are reliable, they often demand extensive tuning or system identification. Reinforcement Learning (RL) methods offer significant potential due to their ability to learn directly from interaction, yet they typically suffer from the sim-to-real gap, where policies trained in simulation fail to perform effectively in the real world. In this paper, we propose RLPP, a residual RL framework that enhances a Pure Pursuit (PP) controller with an RL-based residual. This hybrid approach leverages the reliability and interpretability of PP while using RL to fine-tune the controller's performance in real-world scenarios. Extensive testing on the F1TENTH platform demonstrates that RLPP improves lap times of the baseline controllers by up to 6.37 %, closing the gap to the State-of-the-Art methods by more than 52 % and providing reliable performance in zero-shot real-world deployment, overcoming key challenges associated with the sim-to-real transfer and reducing the performance gap from simulation to reality by more than 8-fold when compared to the baseline RL controller. The RLPP framework is made available as an open-source tool, encouraging further exploration and advancement in autonomous racing research. The code is available at: www.github.com/forzaeth/rlpp.

Keywords

Cite

@article{arxiv.2501.17311,
  title  = {RLPP: A Residual Method for Zero-Shot Real-World Autonomous Racing on Scaled Platforms},
  author = {Edoardo Ghignone and Nicolas Baumann and Cheng Hu and Jonathan Wang and Lei Xie and Andrea Carron and Michele Magno},
  journal= {arXiv preprint arXiv:2501.17311},
  year   = {2025}
}

Comments

This paper has been accepted for publication at the IEEE International Conference on Robotics and Automation (ICRA), Atlanta 2025. The code is available at: www.github.com/forzaeth/rlpp

R2 v1 2026-06-28T21:22:57.954Z