Improving Agent Behaviors with RL Fine-tuning for Autonomous Driving
Zhenghao Peng, Wenjie Luo, Yiren Lu, Tianyi Shen, Cole Gulino, Ari Seff, Justin Fu
TL;DR
The paper tackles the challenge of reliably modeling autonomous driving agent behaviors under distribution shift by applying a pre-training plus reinforcement-learning fine-tuning paradigm to a Transformer-based autoregressive motion predictor. Using MotionLM as the base model, it performs on-policy RL fine-tuning with a simple reward that balances trajectory realism and collision avoidance, evaluated on the WOMD/WOSAC benchmarks. The authors also introduce a novel policy-evaluation framework that measures how well simulators rank and evaluate autonomous planners, demonstrating that fine-tuned sim agents yield more faithful planner assessments. While results show clear gains in safety-critical metrics and planner evaluation reliability, limitations include a simplified dynamics model and rewards, pointing to future work on integrating realistic low-level control and broader reward shaping.
Abstract
A major challenge in autonomous vehicle research is modeling agent behaviors, which has critical applications including constructing realistic and reliable simulations for off-board evaluation and forecasting traffic agents motion for onboard planning. While supervised learning has shown success in modeling agents across various domains, these models can suffer from distribution shift when deployed at test-time. In this work, we improve the reliability of agent behaviors by closed-loop fine-tuning of behavior models with reinforcement learning. Our method demonstrates improved overall performance, as well as improved targeted metrics such as collision rate, on the Waymo Open Sim Agents challenge. Additionally, we present a novel policy evaluation benchmark to directly assess the ability of simulated agents to measure the quality of autonomous vehicle planners and demonstrate the effectiveness of our approach on this new benchmark.
