English

Why Does Hierarchy (Sometimes) Work So Well in Reinforcement Learning?

Machine Learning 2020-01-01 v2 Artificial Intelligence Machine Learning

Abstract

Hierarchical reinforcement learning has demonstrated significant success at solving difficult reinforcement learning (RL) tasks. Previous works have motivated the use of hierarchy by appealing to a number of intuitive benefits, including learning over temporally extended transitions, exploring over temporally extended periods, and training and exploring in a more semantically meaningful action space, among others. However, in fully observed, Markovian settings, it is not immediately clear why hierarchical RL should provide benefits over standard "shallow" RL architectures. In this work, we isolate and evaluate the claimed benefits of hierarchical RL on a suite of tasks encompassing locomotion, navigation, and manipulation. Surprisingly, we find that most of the observed benefits of hierarchy can be attributed to improved exploration, as opposed to easier policy learning or imposed hierarchical structures. Given this insight, we present exploration techniques inspired by hierarchy that achieve performance competitive with hierarchical RL while at the same time being much simpler to use and implement.

Keywords

Cite

@article{arxiv.1909.10618,
  title  = {Why Does Hierarchy (Sometimes) Work So Well in Reinforcement Learning?},
  author = {Ofir Nachum and Haoran Tang and Xingyu Lu and Shixiang Gu and Honglak Lee and Sergey Levine},
  journal= {arXiv preprint arXiv:1909.10618},
  year   = {2020}
}

Comments

Presented as an oral at the NeurIPS 2019 DeepRL Workshop

R2 v1 2026-06-23T11:23:42.960Z