ai.hackcv
论文精选 65arXiv

TerraZero: Procedural Driving Simulation for Zero-Demonstration Self-Play at Scale· TerraZero: 零演示大规模自玩的程序化驾驶仿真器

Training robust autonomous driving agents requires a simulator that is fast enough for reinforcement learning at scale, realistic enough to ground behavior in real-world map structure, and diverse enough to cover the safety-critical long tail that logged data rarely contains. We present TerraZero, a procedural driving simulator and self-play training stack. A configurable C engine runs simulation on the CPU and policy inference on the GPU over a zero-copy path, sustaining 1.3M agent-steps per second on a single server-grade GPU, far faster than existing object-level simulators, while keeping fidelity lighter single-agent systems omit: heterogeneous agents, multiple dynamics models, and full traffic-rule enforcement. TerraZero treats logged data only as a source of real-world map geometry, populating each map with randomized rule-based road users and signal controllers and randomizing agent dynamics, rewards, and sizes per episode, so a map yields an unbounded set of scenarios. Every reported policy trains from scratch by reinforcement learning alone on a compute-efficient self-play recipe across GPUs, with zero human demonstrations and no fallback planner at inference. Policies generalize zero-shot across cities and datasets, including emergent left-hand-traffic driving without explicit supervision. As an ego policy, TerraZero is the first fully learned policy to top the InterPlan long-tail benchmark, ahead of larger learned planners; on routine-driving val14 it ranks among the best approaches and is the safest, posting the best collision and time-to-collision scores. On Waymo Open Sim Agents realism the same recipe outperforms other demonstration-free methods and is competitive with the strongest reference-anchored self-play method. One stack serves both roles: driving policies across dynamics for cars and trucks, and sim agents that jointly control vehicles, pedestrians, and cyclists.

AI 解读论文

TerraZero:零演示自玩训练的高效程序化驾驶仿真器。

核心方法
设计了一个基于CPU的仿真引擎和GPU上的策略推理路径,通过随机化道路使用者、信号控制器、代理动力学、奖励和尺寸,实现零演示的大规模自玩训练。
适合谁读
研究者、工程师
要解决的问题
现有的驾驶仿真器速度不足、现实性不够且多样性有限,无法有效训练鲁棒的自主驾驶代理。
关键实验
实验展示了TerraZero在InterPlan、Waymo Open Sim Agents等基准测试中的优越性能,包括无监督的左侧交通驾驶。
主要贡献
TerraZero是首个在InterPlan基准测试中领先且在常规驾驶场景中表现最佳的完全学习策略,无需人类演示且是安全性能最高的代理。
意义与局限
为大规模强化学习提供了高效的仿真工具,增强了自主驾驶代理的泛化能力和安全性,但模型复杂度和计算成本是其局限。
领域:cs.LG作者:Zhouchonghao Wu、Akshay Rangesh、Weixin Li
相关推荐

本站内容由 LLM 精选聚合,原文版权归 arXiv 所有 · 摘录仅供参考