ROAISYNov 26, 2020

An End-to-end Deep Reinforcement Learning Approach for the Long-term Short-term Planning on the Frenet Space

arXiv:2011.13098v113 citations
AI Analysis

This research addresses the complex problem of tactical decision-making and motion planning for autonomous vehicles on highways, offering a more robust solution for navigating diverse traffic interactions.

This paper introduces an end-to-end continuous deep reinforcement learning method for autonomous highway driving, defining states and actions in the Frenet space. The approach generates continuous spatiotemporal trajectories and demonstrates superiority over common baselines and discrete reinforcement learning in extensive CARLA simulations, including 1000 randomly generated scenarios.

Tactical decision making and strategic motion planning for autonomous highway driving are challenging due to the complication of predicting other road users' behaviors, diversity of environments, and complexity of the traffic interactions. This paper presents a novel end-to-end continuous deep reinforcement learning approach towards autonomous cars' decision-making and motion planning. For the first time, we define both states and action spaces on the Frenet space to make the driving behavior less variant to the road curvatures than the surrounding actors' dynamics and traffic interactions. The agent receives time-series data of past trajectories of the surrounding vehicles and applies convolutional neural networks along the time channels to extract features in the backbone. The algorithm generates continuous spatiotemporal trajectories on the Frenet frame for the feedback controller to track. Extensive high-fidelity highway simulations on CARLA show the superiority of the presented approach compared with commonly used baselines and discrete reinforcement learning on various traffic scenarios. Furthermore, the proposed method's advantage is confirmed with a more comprehensive performance evaluation against 1000 randomly generated test scenarios.

Code Implementations1 repo
Foundations

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

Your Notes