ROSep 27, 2021

Solving Challenging Control Problems Using Two-Staged Deep Reinforcement Learning

arXiv:2109.13338v21 citations
Originality Incremental advance
AI Analysis

This work addresses control problems in robotics, such as navigation and locomotion, by offering a more effective method than existing approaches, though it appears incremental as it builds on standard deep RL techniques.

The authors tackled challenging control problems with sparse rewards or sensitive dynamics by decomposing them into two deep RL stages: motion planning and motion imitation. They demonstrated that this approach solved problems like rocket navigation and quadrupedal locomotion, which monolithic deep RL or Probabilistic Roadmap methods could not.

We present a deep reinforcement learning (deep RL) algorithm that consists of learning-based motion planning and imitation to tackle challenging control problems. Deep RL has been an effective tool for solving many high-dimensional continuous control problems, but it cannot effectively solve challenging problems with certain properties, such as sparse reward functions or sensitive dynamics. In this work, we propose an approach that decomposes the given problem into two deep RL stages: motion planning and motion imitation. The motion planning stage seeks to compute a feasible motion plan by leveraging the powerful planning capability of deep RL. Subsequently, the motion imitation stage learns a control policy that can imitate the given motion plan with realistic sensors and actuation models. This new formulation requires only a nominal added cost to the user because both stages require minimal changes to the original problem. We demonstrate that our approach can solve challenging control problems, rocket navigation, and quadrupedal locomotion, which cannot be solved by the monolithic deep RL formulation or the version with Probabilistic Roadmap.

Foundations

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

Your Notes