paper-with-me

홈 › Papers

Diffusion Policies as an Expressive Policy Class for Offline Reinforcement Learning

2022-08-12 · Zhendong Wang, Jonathan J Hunt, Mingyuan Zhou

Offline reinforcement learning (RL), which aims to learn an optimal policy using a previously collected static dataset, is an important paradigm of RL. Standard RL methods often perform poorly in this regime due to the function approximation errors on out-of-distribution actions. While a variety of regularization methods have been proposed to mitigate this issue, they are often constrained by policy classes with limited expressiveness that can lead to highly suboptimal solutions. In this paper, we propose representing the policy as a diffusion model, a recent class of highly-expressive deep generative models. We introduce Diffusion Q-learning (Diffusion-QL) that utilizes a conditional diffusion model to represent the policy. In our approach, we learn an action-value function and we add a term maximizing action-values into the training loss of the conditional diffusion model, which results in a loss that seeks optimal actions that are near the behavior policy. We show the expressiveness of the diffusion model-based policy, and the coupling of the behavior cloning and policy improvement under the diffusion model both contribute to the outstanding performance of Diffusion-QL. We illustrate the superiority of our method compared to prior works in a simple 2D bandit example with a multimodal behavior policy. We then show that our method can achieve state-of-the-art performance on the majority of the D4RL benchmark tasks.

📄 PDF Abstract BibTeX arXiv:2208.06193

Code (3)

zhendong-wang/diffusion-policies-for-offline-rl 공식 구현 pytorch
quantumiracle/consistency_model_for_reinforcement_learning pytorch
zzmtsvv/rl_task pytorch

Tasks

D4RLOffline RLQ-Learningreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

EXPO: Stable Reinforcement Learning with Expressive Policies

2025-07-10 · Perry Dong, Qiyang Li, Dorsa Sadigh, Chelsea Finn arxiv

We study the problem of training and fine-tuning expressive policies with online reinforcement learning (RL) given an offline dataset. Training expressive policy classes with online RL present a unique challenge of stabl…

Reinforcement Learning

Consistency Models as a Rich and Efficient Policy Class for Reinforcement Learning

2023-09-29 · Zihan Ding, Chi Jin

Score-based generative models like the diffusion model have been testified to be effective in modeling multi-modal data from image generation to reinforcement learning (RL). However, the inference process of diffusion mo…

Image GenerationOffline RLReinforcement Learning (RL)

Flow-Based Single-Step Completion for Efficient and Expressive Policy Learning

2025-06-26 · Prajwal Koirala, Cody Fleming

Generative models such as diffusion and flow-matching offer expressive policies for offline reinforcement learning (RL) by capturing rich, multimodal action distributions, but their iterative sampling introduces high inf…

Action GenerationDecision MakingOffline RLReinforcement Learning (RL)+1

Diffusion Policies creating a Trust Region for Offline Reinforcement Learning

2024-05-30 · Tianyu Chen, Zhendong Wang, Mingyuan Zhou

Offline reinforcement learning (RL) leverages pre-collected datasets to train optimal policies. Diffusion Q-Learning (DQL), introducing diffusion models as a powerful and expressive policy class, significantly boosts the…

D4RLDenoisingOffline RLQ-Learning+3

Preferred-Action-Optimized Diffusion Policies for Offline Reinforcement Learning

2024-05-29 · Tianle Zhang, Jiayi Guan, Lin Zhao, Yihang Li 외

Offline reinforcement learning (RL) aims to learn optimal policies from previously collected datasets. Recently, due to their powerful representational capabilities, diffusion models have shown significant potential as p…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)