ROAILGSep 24, 2019

Controlling an Autonomous Vehicle with Deep Reinforcement Learning

arXiv:1909.12153v20.0080 citations
AI Analysis55

This work demonstrates a practical application of deep reinforcement learning for autonomous driving, though it is incremental as it builds on existing methods.

The authors tackled autonomous vehicle control by training a neural network agent with deep reinforcement learning to navigate a parking lot, including turning and obstacle avoidance, and successfully applied it to a real full-size research vehicle after five to nine hours of training.

We present a control approach for autonomous vehicles based on deep reinforcement learning. A neural network agent is trained to map its estimated state to acceleration and steering commands given the objective of reaching a specific target state while considering detected obstacles. Learning is performed using state-of-the-art proximal policy optimization in combination with a simulated environment. Training from scratch takes five to nine hours. The resulting agent is evaluated within simulation and subsequently applied to control a full-size research vehicle. For this, the autonomous exploration of a parking lot is considered, including turning maneuvers and obstacle avoidance. Altogether, this work is among the first examples to successfully apply deep reinforcement learning to a real vehicle.

Foundations

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

Your Notes