AIMar 1, 2022

Hierarchical Reinforcement Learning with AI Planning Models

IBM
arXiv:2203.00669v25 citationsh-index: 25
Originality Incremental advance
AI Analysis

This work addresses the problem of sample inefficiency and lack of interpretability in reinforcement learning for researchers and practitioners in AI, though it appears incremental as it builds on existing HRL and planning methods.

The paper tackles the challenge of combining AI planning and reinforcement learning for sequential decision-making by proposing an integrative approach that uses hierarchical reinforcement learning with AI planning models, demonstrating improved performance in MiniGrid and N-rooms environments.

Two common approaches to sequential decision-making are AI planning (AIP) and reinforcement learning (RL). Each has strengths and weaknesses. AIP is interpretable, easy to integrate with symbolic knowledge, and often efficient, but requires an up-front logical domain specification and is sensitive to noise; RL only requires specification of rewards and is robust to noise but is sample inefficient and not easily supplied with external knowledge. We propose an integrative approach that combines high-level planning with RL, retaining interpretability, transfer, and efficiency, while allowing for robust learning of the lower-level plan actions. Our approach defines options in hierarchical reinforcement learning (HRL) from AIP operators by establishing a correspondence between the state transition model of AI planning problem and the abstract state transition system of a Markov Decision Process (MDP). Options are learned by adding intrinsic rewards to encourage consistency between the MDP and AIP transition models. We demonstrate the benefit of our integrated approach by comparing the performance of RL and HRL algorithms in both MiniGrid and N-rooms environments, showing the advantage of our method over the existing ones.

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