LGAIROJun 3, 2022

Challenges to Solving Combinatorially Hard Long-Horizon Deep RL Tasks

arXiv:2206.01812v15 citationsh-index: 60
Originality Synthesis-oriented
AI Analysis

This addresses a bottleneck in robotics for researchers, but is incremental as it identifies issues without proposing a new solution.

The paper tackles the challenge of applying deep reinforcement learning to long-horizon, continuous robotics tasks with many high-level solutions, finding that standard RL methods neglect long-term effects and hierarchical RL struggles without domain knowledge.

Deep reinforcement learning has shown promise in discrete domains requiring complex reasoning, including games such as Chess, Go, and Hanabi. However, this type of reasoning is less often observed in long-horizon, continuous domains with high-dimensional observations, where instead RL research has predominantly focused on problems with simple high-level structure (e.g. opening a drawer or moving a robot as fast as possible). Inspired by combinatorially hard optimization problems, we propose a set of robotics tasks which admit many distinct solutions at the high-level, but require reasoning about states and rewards thousands of steps into the future for the best performance. Critically, while RL has traditionally suffered on complex, long-horizon tasks due to sparse rewards, our tasks are carefully designed to be solvable without specialized exploration. Nevertheless, our investigation finds that standard RL methods often neglect long-term effects due to discounting, while general-purpose hierarchical RL approaches struggle unless additional abstract domain knowledge can be exploited.

Code Implementations1 repo
Foundations

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

Your Notes