RODec 1, 2016

Combining Deep Reinforcement Learning and Safety Based Control for Autonomous Driving

arXiv:1612.00147v169 citations
Originality Synthesis-oriented
AI Analysis

This addresses safety and reliability issues in autonomous driving, though it appears incremental by integrating existing methods.

The paper tackles autonomous driving by combining deep reinforcement learning for stable environment navigation with safety-based control for collision avoidance, achieving good performance in most scenarios.

With the development of state-of-art deep reinforcement learning, we can efficiently tackle continuous control problems. But the deep reinforcement learning method for continuous control is based on historical data, which would make unpredicted decisions in unfamiliar scenarios. Combining deep reinforcement learning and safety based control can get good performance for self-driving and collision avoidance. In this passage, we use the Deep Deterministic Policy Gradient algorithm to implement autonomous driving without vehicles around. The vehicle can learn the driving policy in a stable and familiar environment, which is efficient and reliable. Then we use the artificial potential field to design collision avoidance algorithm with vehicles around. The path tracking method is also taken into consideration. The combination of deep reinforcement learning and safety based control performs well in most 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