Expanding Motor Skills through Relay Neural Networks
Visak C.V.Kumar, Sehoon Ha, C. Karen Liu

TL;DR
This paper introduces Relay Neural Networks, a hierarchical approach to expand robotic motor skills by sequentially training local control policies that incrementally cover a broader set of initial states, enabling complex control in dynamic systems.
Contribution
The paper presents a novel tree-structured neural network approach that incrementally extends robot skills by leveraging value functions to guide policy expansion.
Findings
Successfully solves complex continuous control tasks
Expands initial state coverage for robotic policies
Utilizes existing policy search algorithms effectively
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Adversarial Robustness in Machine Learning · Adaptive Dynamic Programming Control
