Goal-Space Planning with Subgoal Models
Chunlok Lo, Kevin Roice, Parham Mohammad Panahi, Scott Jordan, Adam, White, Gabor Mihucz, Farzane Aminmansour, Martha White

TL;DR
This paper introduces goal-space planning with subgoal models, a method that improves model-based reinforcement learning by focusing on abstract subgoals, leading to faster learning and better efficiency compared to traditional approaches.
Contribution
The paper proposes a novel goal-space planning approach that constrains background planning to subgoals, avoiding model inaccuracies and enhancing computational efficiency and learning speed.
Findings
GSP propagates value effectively in abstract spaces.
GSP accelerates learning across various domains.
It avoids transition dynamics learning, reducing errors.
Abstract
This paper investigates a new approach to model-based reinforcement learning using background planning: mixing (approximate) dynamic programming updates and model-free updates, similar to the Dyna architecture. Background planning with learned models is often worse than model-free alternatives, such as Double DQN, even though the former uses significantly more memory and computation. The fundamental problem is that learned models can be inaccurate and often generate invalid states, especially when iterated many steps. In this paper, we avoid this limitation by constraining background planning to a set of (abstract) subgoals and learning only local, subgoal-conditioned models. This goal-space planning (GSP) approach is more computationally efficient, naturally incorporates temporal abstraction for faster long-horizon planning and avoids learning the transition dynamics entirely. We show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Machine Learning and Algorithms · AI-based Problem Solving and Planning
MethodsConvolution · Dense Connections · Q-Learning · Double Q-learning · Deep Q-Network · Experience Replay · Double DQN
