arXiv:2504.17838cs.LGcs.AI2025-04中稿 · CoRL被引 37

用简单奖励设计让强化学习在自动驾驶中实现高效可扩展规划。

CaRL: Learning Scalable Planning Policies with Simple Rewards

  • 以路线完成度为核心奖励,简化奖励设计。
  • 在300M(CARLA)和500M(nuPlan)样本上训练,性能超越复杂奖励方法。
  • 适合追求高效、可扩展自动驾驶规划的开发者或研究者。

我们研究自动驾驶中的强化学习规划方法。现有主流方法为规则驱动,难以应对长尾场景;而强化学习具备可扩展性且不累积误差。当前方法多采用复合奖励(如进度、位置、朝向等),但发现当批量增大时PPO无法优化此类奖励,限制了扩展性。本文提出仅依赖单一直观奖励——路线完成度,并通过终止或乘法惩罚违规行为。该设计使PPO在更大批量下仍能有效训练,甚至性能提升。在单个8卡节点上,分别训练至3亿(CARLA)和5亿(nuPlan)样本,模型在CARLA longest6 v2基准达64分,显著优于其他复杂奖励方法。相同方法在nuPlan上仅需微调,即取得非反应式交通91.3、反应式交通90.6的成绩,速度比之前工作快一个数量级。

原文摘要 · Abstract (English)

We investigate reinforcement learning (RL) for privileged planning in autonomous driving. State-of-the-art approaches for this task are rule-based, but these methods do not scale to the long tail. RL, on the other hand, is scalable and does not suffer from compounding errors like imitation learning. Contemporary RL approaches for driving use complex shaped rewards that sum multiple individual rewards, \eg~progress, position, or orientation rewards. We show that PPO fails to optimize a popular version of these rewards when the mini-batch size is increased, which limits the scalability of these approaches. Instead, we propose a new reward design based primarily on optimizing a single intuitive reward term: route completion. Infractions are penalized by terminating the episode or multiplicatively reducing route completion. We find that PPO scales well with higher mini-batch sizes when trained with our simple reward, even improving performance. Training with large mini-batch sizes enables efficient scaling via distributed data parallelism. We scale PPO to 300M samples in CARLA and 500M samples in nuPlan with a single 8-GPU node. The resulting model achieves 64 DS on the CARLA longest6 v2 benchmark, outperforming other RL methods with more complex rewards by a large margin. Requiring only minimal adaptations from its use in CARLA, the same method is the best learning-based approach on nuPlan. It scores 91.3 in non-reactive and 90.6 in reactive traffic on the Val14 benchmark while being an order of magnitude faster than prior work.

强化学习自动驾驶可扩展性奖励设计

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。