Drive Fast, Learn Faster: On-Board RL for High Performance Autonomous Racing
Benedict Hildisch, Edoardo Ghignone, Nicolas Baumann, Cheng Hu, Andrea Carron, Michele Magno
TL;DR
The paper develops an on-board reinforcement learning framework for high-speed autonomous racing that avoids simulation pre-training by learning directly on the vehicle. It deploys a residual policy atop a baseline controller within a Soft Actor-Critic framework, enhanced with multi-step temporal-difference learning, asynchronous training, and a heuristic delayed reward adjustment mechanism. Empirical results on the F1TENTH platform show up to 11.5% improvement in minimum lap times (and substantial gains in mean performance) with roughly 20 minutes of training, and an End-to-End RL variant that also surpasses previous state-of-the-art baselines. The work demonstrates robust, efficient on-board learning suitable for real-time, dynamic autonomous systems and points to broader applicability beyond autonomous racing.
Abstract
Autonomous racing presents unique challenges due to its non-linear dynamics, the high speed involved, and the critical need for real-time decision-making under dynamic and unpredictable conditions. Most traditional Reinforcement Learning (RL) approaches rely on extensive simulation-based pre-training, which faces crucial challenges in transfer effectively to real-world environments. This paper introduces a robust on-board RL framework for autonomous racing, designed to eliminate the dependency on simulation-based pre-training enabling direct real-world adaptation. The proposed system introduces a refined Soft Actor-Critic (SAC) algorithm, leveraging a residual RL structure to enhance classical controllers in real-time by integrating multi-step Temporal-Difference (TD) learning, an asynchronous training pipeline, and Heuristic Delayed Reward Adjustment (HDRA) to improve sample efficiency and training stability. The framework is validated through extensive experiments on the F1TENTH racing platform, where the residual RL controller consistently outperforms the baseline controllers and achieves up to an 11.5 % reduction in lap times compared to the State-of-the-Art (SotA) with only 20 min of training. Additionally, an End-to-End (E2E) RL controller trained without a baseline controller surpasses the previous best results with sustained on-track learning. These findings position the framework as a robust solution for high-performance autonomous racing and a promising direction for other real-time, dynamic autonomous systems.
