Prior-Guided Diffusion Planning for Offline Reinforcement Learning
Donghyeon Ki, JunHyeok Oh, Seong-Woong Shim, Byung-Jun Lee
TL;DR
This work tackles distributional shift in offline RL by improving diffusion-planner planning via Prior Guidance (PG). PG replaces the standard Gaussian prior with a learnable prior $p_ψ(\mathbf{x}_T|\mathbf{s})$ and uses a latent value function to steer diffusion trajectories toward high-value outcomes without backpropagating through the denoising process. By formulating behavior-regularized planning in the latent-prior space and alternating training between the prior and the latent value function, PG achieves efficient, single-trajectory planning with tractable regularization. Empirically, PG delivers state-of-the-art performance on long-horizon offline RL benchmarks (D4RL), while offering substantial reductions in inference cost compared with MCSS and robust ablations that validate the design choices. Overall, PG advances diffusion-based offline RL by enabling expressive priors and practical, scalable planning for complex tasks.
Abstract
Diffusion models have recently gained prominence in offline reinforcement learning due to their ability to effectively learn high-performing, generalizable policies from static datasets. Diffusion-based planners facilitate long-horizon decision-making by generating high-quality trajectories through iterative denoising, guided by return-maximizing objectives. However, existing guided sampling strategies such as Classifier Guidance, Classifier-Free Guidance, and Monte Carlo Sample Selection either produce suboptimal multi-modal actions, struggle with distributional drift, or incur prohibitive inference-time costs. To address these challenges, we propose Prior Guidance (PG), a novel guided sampling framework that replaces the standard Gaussian prior of a behavior-cloned diffusion model with a learnable distribution, optimized via a behavior-regularized objective. PG directly generates high-value trajectories without costly reward optimization of the diffusion model itself, and eliminates the need to sample multiple candidates at inference for sample selection. We present an efficient training strategy that applies behavior regularization in latent space, and empirically demonstrate that PG outperforms state-of-the-art diffusion policies and planners across diverse long-horizon offline RL benchmarks.Our code is available at https://github.com/ku-dmlab/PG.
