EasyChauffeur: A Baseline Advancing Simplicity and Efficiency on Waymax
Lingyu Xiao, Jiang-Jiang Liu, Xiaoqing Ye, Wankou Yang, Jingdong Wang
TL;DR
EasyChauffeur argues for shifting focus from architecture-centric improvements to training strategy, data efficiency, and robust evaluation in autonomous driving planning. It shows that on-policy RL (PPO) can achieve strong performance with only a small fraction of data, and that SNE-Sampling enhances data efficiency by selecting representative latent-space samples. The paper also introduces Ego-Shifting to reveal robustness gaps in close-loop evaluation and demonstrates RL's superior robustness under these perturbations. Together, these contributions suggest a holistic approach—combining data-aware training, efficient data selection, and robust evaluation—to advance practical driving planners on GPU-accelerated simulators like Waymax and WOMD.
Abstract
Recent advancements in deep-learning-based driving planners have primarily focused on elaborate network engineering, yielding limited improvements. This paper diverges from conventional approaches by exploring three fundamental yet underinvestigated aspects: training policy, data efficiency, and evaluation robustness. We introduce EasyChauffeur, a reproducible and effective planner for both imitation learning (IL) and reinforcement learning (RL) on Waymax, a GPU-accelerated simulator. Notably, our findings indicate that the incorporation of on-policy RL significantly boosts performance and data efficiency. To further enhance this efficiency, we propose SNE-Sampling, a novel method that selectively samples data from the encoder's latent space, substantially improving EasyChauffeur's performance with RL. Additionally, we identify a deficiency in current evaluation methods, which fail to accurately assess the robustness of different planners due to significant performance drops from minor changes in the ego vehicle's initial state. In response, we propose Ego-Shifting, a new evaluation setting for assessing planners' robustness. Our findings advocate for a shift from a primary focus on network architectures to adopting a holistic approach encompassing training strategies, data efficiency, and robust evaluation methods.
