nuPlan-R: A Closed-Loop Planning Benchmark for Autonomous Driving via Reactive Multi-Agent Simulation
Mingxing Peng, Ruoyu Yao, Xusen Guo, Jun Ma
TL;DR
nuPlan-R addresses the gap in closed-loop AV benchmarks by replacing IDM with learning-based diffusion-based reactive agents and a selective-update mechanism to simulate realistic multi-agent interactions. It integrates a Nexus-inspired noise-decoupled diffusion model with a diffusion transformer backbone, and introduces SR and PR metrics to assess robustness and balance. The authors reimplement and evaluate a range of planners within nuPlan and nuPlan-R, showing learning-based planners gain advantages in complex interactive scenarios while rule-based baselines underperform in the more realistic environment. The benchmark is designed to be open-source and provides a more reliable, fair, and informative evaluation platform for autonomous driving planners.
Abstract
Recent advances in closed-loop planning benchmarks have significantly improved the evaluation of autonomous vehicles. However, existing benchmarks still rely on rule-based reactive agents such as the Intelligent Driver Model (IDM), which lack behavioral diversity and fail to capture realistic human interactions, leading to oversimplified traffic dynamics. To address these limitations, we present nuPlan-R, a new reactive closed-loop planning benchmark that integrates learning-based reactive multi-agent simulation into the nuPlan framework. Our benchmark replaces the rule-based IDM agents with noise-decoupled diffusion-based reactive agents and introduces an interaction-aware agent selection mechanism to ensure both realism and computational efficiency. Furthermore, we extend the benchmark with two additional metrics to enable a more comprehensive assessment of planning performance. Extensive experiments demonstrate that our reactive agent model produces more realistic, diverse, and human-like traffic behaviors, leading to a benchmark environment that better reflects real-world interactive driving. We further reimplement a collection of rule-based, learning-based, and hybrid planning approaches within our nuPlan-R benchmark, providing a clearer reflection of planner performance in complex interactive scenarios and better highlighting the advantages of learning-based planners in handling complex and dynamic scenarios. These results establish nuPlan-R as a new standard for fair, reactive, and realistic closed-loop planning evaluation. We will open-source the code for the new benchmark.
