AIFeb 2, 2020

Integrating Deep Reinforcement Learning with Model-based Path Planners for Automated Driving

arXiv:2002.00434v222 citationsHas Code
AI Analysis

This work addresses safety and reliability issues in automated driving systems for urban environments, though it is an incremental improvement combining existing approaches.

The paper tackled the challenge of automated driving in urban settings by integrating a path planner into a deep reinforcement learning framework, resulting in a method that successfully navigates between random points in the CARLA simulation environment.

Automated driving in urban settings is challenging. Human participant behavior is difficult to model, and conventional, rule-based Automated Driving Systems (ADSs) tend to fail when they face unmodeled dynamics. On the other hand, the more recent, end-to-end Deep Reinforcement Learning (DRL) based model-free ADSs have shown promising results. However, pure learning-based approaches lack the hard-coded safety measures of model-based controllers. Here we propose a hybrid approach for integrating a path planning pipe into a vision based DRL framework to alleviate the shortcomings of both worlds. In summary, the DRL agent is trained to follow the path planner's waypoints as close as possible. The agent learns this policy by interacting with the environment. The reward function contains two major terms: the penalty of straying away from the path planner and the penalty of having a collision. The latter has precedence in the form of having a significantly greater numerical value. Experimental results show that the proposed method can plan its path and navigate between randomly chosen origin-destination points in CARLA, a dynamic urban simulation environment. Our code is open-source and available online.

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