Search papers, labs, and topics across Lattice.
This paper investigates reset-free reinforcement learning for agile driving on a physical 1/10-scale vehicle, comparing PPO, SAC, and TD-MPC2, both with and without residual learning. They use Model Predictive Path Integral control (MPPI) as the reset policy and base policy for residual learning. Results show a significant sim-to-real gap, where SAC with residual learning excels in simulation, but TD-MPC2 is the only method that consistently outperforms the MPPI baseline in the real world, and residual learning degrades performance.
Residual RL, which boosts performance in simulated driving, actually hurts when deployed on real-world vehicles learning to drive without resets.
This paper presents an empirical study of reset-free reinforcement learning (RL) for real-world agile driving, in which a physical 1/10-scale vehicle learns continuously on a slippery indoor track without manual resets. High-speed driving near the limits of tire friction is particularly challenging for learning-based methods because complex vehicle dynamics, actuation delays, and other unmodeled effects hinder both accurate simulation and direct sim-to-real transfer of learned policies. To enable autonomous training on a physical platform, we employ Model Predictive Path Integral control (MPPI) as both the reset policy and the base policy for residual learning, and systematically compare three representative RL algorithms, i.e., PPO, SAC, and TD-MPC2, with and without residual learning in simulation and real-world experiments. Our results reveal a clear gap between simulation and real-world: SAC with residual learning achieves the highest returns in simulation, yet only TD-MPC2 consistently outperforms the MPPI baseline on the physical platform. Moreover, residual learning, while clearly beneficial in simulation, fails to transfer its advantage to the real world and can even degrade performance. These findings reveal that reset-free RL in the real world poses unique challenges absent from simulation, calling for further algorithmic development tailored to training in the wild.