Laplacian Representations for Decision-Time Planning
Dikshant Shehmar, Matthew Schlegel, Matthew E. Taylor, Marlos C. Machado
TL;DR
The paper tackles planning with learned models in offline goal-conditioned RL by introducing the Laplacian representation as a multi-time-scale latent space. It presents ALPS, a hierarchical decision-time planner that uses the Laplacian-based psi-space to identify subgoals via spectral clustering and to estimate state distances for planning, while employing a behavior-prior-guided CEM at the low level. The method is validated on Maze2D and large-scale OGBench tasks, where ALPS outperforms model-free baselines and shows robust ablation results, highlighting the importance of the high-level planner, behavior prior, and subgoal partitioning. The work establishes a CTD-based theoretical link for planning in psi-space and demonstrates that spectral geometry can enable scalable, long-horizon planning with learned dynamics in complex environments.
Abstract
Planning with a learned model remains a key challenge in model-based reinforcement learning (RL). In decision-time planning, state representations are critical as they must support local cost computation while preserving long-horizon structure. In this paper, we show that the Laplacian representation provides an effective latent space for planning by capturing state-space distances at multiple time scales. This representation preserves meaningful distances and naturally decomposes long-horizon problems into subgoals, also mitigating the compounding errors that arise over long prediction horizons. Building on these properties, we introduce ALPS, a hierarchical planning algorithm, and demonstrate that it outperforms commonly used baselines on a selection of offline goal-conditioned RL tasks from OGBench, a benchmark previously dominated by model-free methods.
