LGOct 30, 2021

Adjacency constraint for efficient hierarchical reinforcement learning

arXiv:2111.00213v425 citations
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in scaling reinforcement learning for complex tasks, though it is an incremental improvement over existing HRL methods.

The paper tackles the training inefficiency in goal-conditioned hierarchical reinforcement learning (HRL) due to large goal spaces by introducing an adjacency constraint that restricts high-level actions to a k-step adjacent region of the current state, which significantly boosts performance on discrete and continuous control tasks including robot locomotion and manipulation.

Goal-conditioned Hierarchical Reinforcement Learning (HRL) is a promising approach for scaling up reinforcement learning (RL) techniques. However, it often suffers from training inefficiency as the action space of the high-level, i.e., the goal space, is large. Searching in a large goal space poses difficulty for both high-level subgoal generation and low-level policy learning. In this paper, we show that this problem can be effectively alleviated by restricting the high-level action space from the whole goal space to a $k$-step adjacent region of the current state using an adjacency constraint. We theoretically prove that in a deterministic Markov Decision Process (MDP), the proposed adjacency constraint preserves the optimal hierarchical policy, while in a stochastic MDP the adjacency constraint induces a bounded state-value suboptimality determined by the MDP's transition structure. We further show that this constraint can be practically implemented by training an adjacency network that can discriminate between adjacent and non-adjacent subgoals. Experimental results on discrete and continuous control tasks including challenging simulated robot locomotion and manipulation tasks show that incorporating the adjacency constraint significantly boosts the performance of state-of-the-art goal-conditioned HRL approaches.

Foundations

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

Your Notes