Entropy-regularized Diffusion Policy with Q-Ensembles for Offline Reinforcement Learning
Ruoqi Zhang, Ziwei Luo, Jens Sjölund, Thomas B. Schön, Per Mattsson
TL;DR
The paper tackles offline RL by combining entropy-regularized diffusion policies with Q-ensembles to mitigate distribution shifts and value overestimation. It leverages a mean-reverting SDE to map actions to a standard Gaussian and derives a tractable entropy term via posterior sampling, while introducing an efficient 5-step sampling scheme and a lower confidence bound from Q-ensembles for pessimistic learning. The approach achieves strong results on D4RL benchmarks, notably excelling in AntMaze tasks with sparse rewards, and demonstrates improved training stability and robustness through entropy regularization and ensemble-based uncertainty. This work advances offline RL by enabling diverse action exploration without inflating Q-value errors, offering practical benefits for real-world, data-constrained decision-making tasks.
Abstract
This paper presents advanced techniques of training diffusion policies for offline reinforcement learning (RL). At the core is a mean-reverting stochastic differential equation (SDE) that transfers a complex action distribution into a standard Gaussian and then samples actions conditioned on the environment state with a corresponding reverse-time SDE, like a typical diffusion policy. We show that such an SDE has a solution that we can use to calculate the log probability of the policy, yielding an entropy regularizer that improves the exploration of offline datasets. To mitigate the impact of inaccurate value functions from out-of-distribution data points, we further propose to learn the lower confidence bound of Q-ensembles for more robust policy improvement. By combining the entropy-regularized diffusion policy with Q-ensembles in offline RL, our method achieves state-of-the-art performance on most tasks in D4RL benchmarks. Code is available at https://github.com/ruoqizzz/Entropy-Regularized-Diffusion-Policy-with-QEnsemble.
