LGAICVROMLDec 4, 2020

Neural Dynamic Policies for End-to-End Sensorimotor Learning

arXiv:2012.02788v193 citations
AI Analysis

This work addresses the scalability limitations of current sensorimotor control paradigms for continuous, high-dimensional, and long-horizon robotic tasks by integrating dynamical systems into deep neural network policies.

The paper introduces Neural Dynamic Policies (NDPs) that reparameterize action spaces using second-order differential equations, allowing policies to predict in trajectory distribution space rather than raw control space. This approach enables end-to-end policy learning and outperforms prior state-of-the-art methods in efficiency or performance across several robotic control tasks for both imitation and reinforcement learning.

The current dominant paradigm in sensorimotor control, whether imitation or reinforcement learning, is to train policies directly in raw action spaces such as torque, joint angle, or end-effector position. This forces the agent to make decisions individually at each timestep in training, and hence, limits the scalability to continuous, high-dimensional, and long-horizon tasks. In contrast, research in classical robotics has, for a long time, exploited dynamical systems as a policy representation to learn robot behaviors via demonstrations. These techniques, however, lack the flexibility and generalizability provided by deep learning or reinforcement learning and have remained under-explored in such settings. In this work, we begin to close this gap and embed the structure of a dynamical system into deep neural network-based policies by reparameterizing action spaces via second-order differential equations. We propose Neural Dynamic Policies (NDPs) that make predictions in trajectory distribution space as opposed to prior policy learning methods where actions represent the raw control space. The embedded structure allows end-to-end policy learning for both reinforcement and imitation learning setups. We show that NDPs outperform the prior state-of-the-art in terms of either efficiency or performance across several robotic control tasks for both imitation and reinforcement learning setups. Project video and code are available at https://shikharbahl.github.io/neural-dynamic-policies/

Foundations

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

Your Notes