LGAIFeb 7, 2025

Behavior-Regularized Diffusion Policy Optimization for Offline Reinforcement Learning

arXiv:2502.04778v214 citationsh-index: 6ICML
AI Analysis

This work addresses the challenge of safely using expressive diffusion policies in offline RL for domains like robotics, though it is incremental as it adapts existing regularization to a new policy type.

The paper tackled the problem of extending behavior regularization to diffusion-based policies in offline reinforcement learning, resulting in BDPO, which achieved superior performance on D4RL benchmark tasks.

Behavior regularization, which constrains the policy to stay close to some behavior policy, is widely used in offline reinforcement learning (RL) to manage the risk of hazardous exploitation of unseen actions. Nevertheless, existing literature on behavior-regularized RL primarily focuses on explicit policy parameterizations, such as Gaussian policies. Consequently, it remains unclear how to extend this framework to more advanced policy parameterizations, such as diffusion models. In this paper, we introduce BDPO, a principled behavior-regularized RL framework tailored for diffusion-based policies, thereby combining the expressive power of diffusion policies and the robustness provided by regularization. The key ingredient of our method is to calculate the Kullback-Leibler (KL) regularization analytically as the accumulated discrepancies in reverse-time transition kernels along the diffusion trajectory. By integrating the regularization, we develop an efficient two-time-scale actor-critic RL algorithm that produces the optimal policy while respecting the behavior constraint. Comprehensive evaluations conducted on synthetic 2D tasks and continuous control tasks from the D4RL benchmark validate its effectiveness and superior performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes