paper-with-me

홈 › Papers

Efficient Real-World Autonomous Racing via Attenuated Residual Policy Optimization

2026-03-13 · Raphael Trumpp, Denis Hoornaert, Mirco Theile, Marco Caccamo arxiv

Residual policy learning (RPL), in which a learned policy refines a static base policy using deep reinforcement learning (DRL), has shown strong performance across various robotic applications. Its effectiveness is particularly evident in autonomous racing, a domain that serves as a challenging benchmark for real-world DRL. However, deploying RPL-based controllers introduces system complexity and increases inference latency. We address this by introducing an extension of RPL named attenuated residual policy optimization ($α$-RPO). Unlike standard RPL, $α$-RPO yields a standalone neural policy by progressively attenuating the base policy, which initially serves to bootstrap learning. Furthermore, this mechanism enables a form of privileged learning, where the base policy is permitted to use sensor modalities not required for final deployment. We design $α$-RPO to integrate seamlessly with PPO, ensuring that the attenuated influence of the base controller is dynamically compensated during policy optimization. We evaluate $α$-RPO by building a framework for 1:10-scaled autonomous racing around it. In both simulation and zero-shot real-world transfer to Roboracer cars, $α$-RPO not only reduces system complexity but also improves driving performance compared to baselines - demonstrating its practicality for robotic deployment. Our code is available at: https://github.com/raphajaner/arpo_racing.

📄 PDF Abstract BibTeX arXiv:2603.12960

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Residual Policy Learning for Vehicle Control of Autonomous Racing Cars

2023-02-14 · Raphael Trumpp, Denis Hoornaert, Marco Caccamo

The development of vehicle controllers for autonomous racing is challenging because racing cars operate at their physical driving limit. Prompted by the demand for improved performance, autonomous racing research has see…

Autonomous Racing

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 외

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…

Autonomous RacingReinforcement Learning (RL)

Minimalistic Autonomous Stack for High-Speed Time-Trial Racing

2025-09-23 · Mahmoud Ali, Hassan Jardali, Youwei Yu, Durgakant Pushp 외 arxiv

Autonomous racing has seen significant advancements, driven by competitions such as the Indy Autonomous Challenge (IAC) and the Abu Dhabi Autonomous Racing League (A2RL). However, developing an autonomous racing stack fo…

BeTAIL: Behavior Transformer Adversarial Imitation Learning from Human Racing Gameplay

2024-02-22 · Catherine Weaver, Chen Tang, Ce Hao, Kenta Kawamoto 외

Imitation learning learns a policy from demonstrations without requiring hand-designed reward functions. In many robotic tasks, such as autonomous racing, imitated policies must model complex environment dynamics and hum…

Autonomous RacingDecision MakingImitation LearningSequential Decision Making

Learn-to-Race: A Multimodal Control Environment for Autonomous Racing

2021-03-22 · ICCV 2021 10 · James Herman, Jonathan Francis, Siddha Ganju, Bingqing Chen 외

Existing research on autonomous driving primarily focuses on urban driving, which is insufficient for characterising the complex driving behaviour underlying high-speed racing. At the same time, existing racing simulatio…

Autonomous DrivingAutonomous RacingTrajectory Prediction