LGAIMAROMar 6, 2020

Lane-Merging Using Policy-based Reinforcement Learning and Post-Optimization

arXiv:2003.03168v118 citations
AI Analysis

This addresses the problem of real-world traffic behavior generation for autonomous vehicles, though it appears incremental as it synthesizes existing methodologies.

The paper tackles the challenge of generating safe and scalable behavior for lane-merging in traffic by combining policy-based reinforcement learning with post-optimization, resulting in a method that can handle varying numbers of vehicles in lane-change scenarios.

Many current behavior generation methods struggle to handle real-world traffic situations as they do not scale well with complexity. However, behaviors can be learned off-line using data-driven approaches. Especially, reinforcement learning is promising as it implicitly learns how to behave utilizing collected experiences. In this work, we combine policy-based reinforcement learning with local optimization to foster and synthesize the best of the two methodologies. The policy-based reinforcement learning algorithm provides an initial solution and guiding reference for the post-optimization. Therefore, the optimizer only has to compute a single homotopy class, e.g.\ drive behind or in front of the other vehicle. By storing the state-history during reinforcement learning, it can be used for constraint checking and the optimizer can account for interactions. The post-optimization additionally acts as a safety-layer and the novel method, thus, can be applied in safety-critical applications. We evaluate the proposed method using lane-change scenarios with a varying number of vehicles.

Foundations

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

Your Notes