LGROSep 22, 2015

Learning Deep Control Policies for Autonomous Aerial Vehicles with MPC-Guided Policy Search

arXiv:1509.06791v2444 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of deploying efficient and robust control policies for autonomous aerial vehicles in complex environments, representing an incremental improvement by integrating existing methods.

The paper tackles the problem of controlling autonomous aerial vehicles by combining model predictive control (MPC) with reinforcement learning to train a deep neural network policy that avoids the computational demands and state estimation requirements of MPC, achieving successful obstacle avoidance in simulation without explicit state knowledge at test time.

Model predictive control (MPC) is an effective method for controlling robotic systems, particularly autonomous aerial vehicles such as quadcopters. However, application of MPC can be computationally demanding, and typically requires estimating the state of the system, which can be challenging in complex, unstructured environments. Reinforcement learning can in principle forego the need for explicit state estimation and acquire a policy that directly maps sensor readings to actions, but is difficult to apply to unstable systems that are liable to fail catastrophically during training before an effective policy has been found. We propose to combine MPC with reinforcement learning in the framework of guided policy search, where MPC is used to generate data at training time, under full state observations provided by an instrumented training environment. This data is used to train a deep neural network policy, which is allowed to access only the raw observations from the vehicle's onboard sensors. After training, the neural network policy can successfully control the robot without knowledge of the full state, and at a fraction of the computational cost of MPC. We evaluate our method by learning obstacle avoidance policies for a simulated quadrotor, using simulated onboard sensors and no explicit state estimation at test time.

Foundations

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

Your Notes