When Do Skills Help Reinforcement Learning? A Theoretical Analysis of Temporal Abstractions
Zhening Li, Gabriel Poesia, Armando Solar-Lezama
TL;DR
This paper provides a theoretical characterization of when skills improve reinforcement learning in deterministic sparse-reward MDPs by introducing two core difficulty metrics: $J_{learn}$ for learning from experience and $J_{explore}$ for exploration. It establishes a formal connection between these difficulties and trajectory incompressibility via the $p$-incompressibility measure, showing that more expressive skills can reduce learning gains and that macro-actions can even harm learning in highly incompressible environments, while they tend to aid exploration by increasing solution density. The authors prove lower bounds linking skill expressivity, action-space size, and incompressibility to observed improvements, and they corroborate these results with experiments across four benchmark tasks and multiple RL algorithms. They also discuss practical pathways to derive skill-learning objectives from incompressibility, connecting to MDL-based approaches such as LOVE and LEMMA. Overall, the work provides a principled framework to guide automatic skill discovery and informs practitioners about when and how to deploy skills for improved sample efficiency.
Abstract
Skills are temporal abstractions that are intended to improve reinforcement learning (RL) performance through hierarchical RL. Despite our intuition about the properties of an environment that make skills useful, a precise characterization has been absent. We provide the first such characterization, focusing on the utility of deterministic skills in deterministic sparse-reward environments with finite action spaces. We show theoretically and empirically that RL performance gain from skills is worse in environments where solutions to states are less compressible. Additional theoretical results suggest that skills benefit exploration more than they benefit learning from existing experience, and that using unexpressive skills such as macroactions may worsen RL performance. We hope our findings can guide research on automatic skill discovery and help RL practitioners better decide when and how to use skills.
