Globally Optimal Hierarchical Reinforcement Learning for Linearly-Solvable Markov Decision Processes
Guillermo Infante, Anders Jonsson, Vicenç Gómez
TL;DR
This work extends linearly-solvable MDPs to a hierarchical setting by partitioning the state space into subtasks and leveraging subtask compositionality. The central idea is to express any subtask’s value function as a linear combination of base LMDPs, enabling zero-shot updates and a globally optimal policy without high-level non-stationarity. The paper introduces equivalence classes of subtasks, intra-task learning to share updates across base LMDPs, and an eigenvector-based solution for exit states, all while maintaining convergence guarantees under mild assumptions. The approach yields substantial sample efficiency by reducing problem size through hierarchy and compositionality, with theoretical guarantees and empirical validation in grid-world and Taxi-like domains. Overall, it provides a principled framework for globally optimal, hierarchically structured decision making in LMDPs, with practical benefits for transfer and scalability.
Abstract
In this work we present a novel approach to hierarchical reinforcement learning for linearly-solvable Markov decision processes. Our approach assumes that the state space is partitioned, and the subtasks consist in moving between the partitions. We represent value functions on several levels of abstraction, and use the compositionality of subtasks to estimate the optimal values of the states in each partition. The policy is implicitly defined on these optimal value estimates, rather than being decomposed among the subtasks. As a consequence, our approach can learn the globally optimal policy, and does not suffer from the non-stationarity of high-level decisions. If several partitions have equivalent dynamics, the subtasks of those partitions can be shared. If the set of boundary states is smaller than the entire state space, our approach can have significantly smaller sample complexity than that of a flat learner, and we validate this empirically in several experiments.
