LGAIRODec 23, 2023

Scaling Is All You Need: Autonomous Driving with JAX-Accelerated Reinforcement Learning

arXiv:2312.15122v43 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and safe training for autonomous driving systems, representing an incremental improvement with specific performance gains.

The paper tackled the challenge of scaling reinforcement learning for autonomous driving by integrating a realistic simulator with large-scale data, resulting in a policy that reduced the failure rate by 64% and improved driving progress by 25% compared to state-of-the-art methods.

Reinforcement learning has been demonstrated to outperform even the best humans in complex domains like video games. However, running reinforcement learning experiments on the required scale for autonomous driving is extremely difficult. Building a large scale reinforcement learning system and distributing it across many GPUs is challenging. Gathering experience during training on real world vehicles is prohibitive from a safety and scalability perspective. Therefore, an efficient and realistic driving simulator is required that uses a large amount of data from real-world driving. We bring these capabilities together and conduct large-scale reinforcement learning experiments for autonomous driving. We demonstrate that our policy performance improves with increasing scale. Our best performing policy reduces the failure rate by 64% while improving the rate of driving progress by 25% compared to the policies produced by state-of-the-art machine learning for autonomous driving.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes