ROSep 22, 2017

Expanding Motor Skills through Relay Neural Networks

arXiv:1709.07932v35 citations
Originality Incremental advance
AI Analysis

This addresses the issue of restricted policy applicability in robotics, offering an incremental improvement for training more versatile robotic skills.

The paper tackles the problem of limited initial state coverage in deep reinforcement learning for robotic motor skills by proposing Relay Neural Networks, which sequentially train subtasks to expand the skill set, demonstrating success on complex continuous control problems for underactuated dynamic systems.

While the recent advances in deep reinforcement learning have achieved impressive results in learning motor skills, many of the trained policies are only capable within a limited set of initial states. We propose a technique to break down a complex robotic task to simpler subtasks and train them sequentially such that the robot can expand its existing skill set gradually. Our key idea is to build a tree of local control policies represented by neural networks, which we refer as Relay Neural Networks. Starting from the root policy that attempts to achieve the task from a small set of initial states, each subsequent policy expands the set of successful initial states by driving the new states to existing "good" states. Our algorithm utilizes the value function of the policy to determine whether a state is "good" under each policy. We take advantage of many existing policy search algorithms that learn the value function simultaneously with the policy, such as those that use actor-critic representations or those that use the advantage function to reduce variance. We demonstrate that the relay networks can solve complex continuous control problems for underactuated dynamic systems.

Foundations

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

Your Notes