paper-with-me

Papers

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

2025-01-28 · Edoardo Ghignone, Nicolas Baumann, Cheng Hu, Jonathan Wang, Lei Xie, Andrea Carron, Michele Magno

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.

📄 PDF Abstract BibTeX arXiv:2501.17311

Code (1)

forzaeth/rlpp 공식 구현

Tasks

Autonomous RacingReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Object-Centric Residual RL for Zero-Shot Sim-to-Real VLA Enhancement

2026-06-17 · Kinam Kim, Namiko Saito, Heecheol Kim, Katsushi Ikeuchi 외 arxiv

Vision-Language-Action (VLA) models can generalize across diverse manipulation tasks, but their imitation-learning-based policies remain brittle in precise physical interactions due to compounding execution errors; Can a…

Reinforcement Learning

Zero-shot Sim2Real Adaptation Across Environments

2023-02-08 · Buddhika Laknath Semage, Thommen George Karimpanal, Santu Rana, Svetha Venkatesh

Simulation based learning often provides a cost-efficient recourse to reinforcement learning applications in robotics. However, simulators are generally incapable of accurately replicating real-world dynamics, and thus b…

continuous-controlContinuous ControlFriction

SPARR: Simulation-based Policies with Asymmetric Real-world Residuals for Assembly

2026-02-26 · Yijie Guo, Iretiayo Akinola, Lars Johannsmeier, Hugo Hadfield 외 arxiv

Robotic assembly presents a long-standing challenge due to its requirement for precise, contact-rich manipulation. While simulation-based learning has enabled the development of robust assembly policies, their performanc…

Reinforcement Learning

Selective Zero-Shot Classification with Augmented Attributes

2018-07-19 · ECCV 2018 9 · Jie Song, Chengchao Shen, Jie Lei, An-Xiang Zeng 외

In this paper, we introduce a selective zero-shot classification problem: how can the classifier avoid making dubious predictions? Existing attribute-based zero-shot classification methods are shown to work poorly in the…

AttributeClassificationGeneral Classificationzero-shot-classification+1

Accelerating Residual Reinforcement Learning with Uncertainty Estimation

2025-06-21 · Lakshita Dodeja, Karl Schmeckpeper, Shivam Vats, Thomas Weng 외

Residual Reinforcement Learning (RL) is a popular approach for adapting pretrained policies by learning a lightweight residual policy that provides corrective actions. While Residual RL is more sample-efficient than fine…

D4RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)