Diffusion Actor-Critic: Formulating Constrained Policy Iteration as Diffusion Noise Regression for Offline Reinforcement Learning
Linjiajie Fang, Ruoxue Liu, Jing Zhang, Wenjia Wang, Bing-Yi Jing
TL;DR
The paper tackles offline reinforcement learning under out-of-distribution action risks by introducing Diffusion Actor-Critic (DAC), which treats constrained policy iteration as diffusion noise regression. DAC models the target policy as a diffusion model and introduces a soft Q-guidance term, along with a lower confidence bound (LCB) from a Q-ensemble, to stabilize learning and prevent OOD actions without explicit density estimation. It also employs policy extraction via sampling multiple diffusion-generated actions and selecting the best by Q-ensemble value, achieving strong performance and convergence stability on D4RL benchmarks. The approach reduces training time by avoiding gradient propagation through the denoising path and demonstrates state-of-the-art results across most tasks, highlighting practical impact for offline RL.
Abstract
In offline reinforcement learning, it is necessary to manage out-of-distribution actions to prevent overestimation of value functions. One class of methods, the policy-regularized method, addresses this problem by constraining the target policy to stay close to the behavior policy. Although several approaches suggest representing the behavior policy as an expressive diffusion model to boost performance, it remains unclear how to regularize the target policy given a diffusion-modeled behavior sampler. In this paper, we propose Diffusion Actor-Critic (DAC) that formulates the Kullback-Leibler (KL) constraint policy iteration as a diffusion noise regression problem, enabling direct representation of target policies as diffusion models. Our approach follows the actor-critic learning paradigm in which we alternatively train a diffusion-modeled target policy and a critic network. The actor training loss includes a soft Q-guidance term from the Q-gradient. The soft Q-guidance is based on the theoretical solution of the KL constraint policy iteration, which prevents the learned policy from taking out-of-distribution actions. We demonstrate that such diffusion-based policy constraint, along with the coupling of the lower confidence bound of the Q-ensemble as value targets, not only preserves the multi-modality of target policies, but also contributes to stable convergence and strong performance in DAC. Our approach is evaluated on D4RL benchmarks and outperforms the state-of-the-art in nearly all environments. Code is available at https://github.com/Fang-Lin93/DAC.
