AIJan 30, 2013

Hierarchical Solution of Markov Decision Processes using Macro-actions

arXiv:1301.7381v1341 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in reinforcement learning for researchers and practitioners, but it is incremental as it builds on existing macro-action methods.

The paper tackles the problem of solving Markov decision processes more efficiently by proposing a hierarchical model that uses macro-actions to reduce state space size, resulting in faster solution times with computational overhead justified by reusability across related MDPs.

We investigate the use of temporally abstract actions, or macro-actions, in the solution of Markov decision processes. Unlike current models that combine both primitive actions and macro-actions and leave the state space unchanged, we propose a hierarchical model (using an abstract MDP) that works with macro-actions only, and that significantly reduces the size of the state space. This is achieved by treating macroactions as local policies that act in certain regions of state space, and by restricting states in the abstract MDP to those at the boundaries of regions. The abstract MDP approximates the original and can be solved more efficiently. We discuss several ways in which macro-actions can be generated to ensure good solution quality. Finally, we consider ways in which macro-actions can be reused to solve multiple, related MDPs; and we show that this can justify the computational overhead of macro-action generation.

Foundations

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

Your Notes