paper-with-me

Papers

DiffPoGAN: Diffusion Policies with Generative Adversarial Networks for Offline Reinforcement Learning

2024-06-13 · Xuemin Hu, Shen Li, Yingfen Xu, Bo Tang, Long Chen

Offline reinforcement learning (RL) can learn optimal policies from pre-collected offline datasets without interacting with the environment, but the sampled actions of the agent cannot often cover the action distribution under a given state, resulting in the extrapolation error issue. Recent works address this issue by employing generative adversarial networks (GANs). However, these methods often suffer from insufficient constraints on policy exploration and inaccurate representation of behavior policies. Moreover, the generator in GANs fails in fooling the discriminator while maximizing the expected returns of a policy. Inspired by the diffusion, a generative model with powerful feature expressiveness, we propose a new offline RL method named Diffusion Policies with Generative Adversarial Networks (DiffPoGAN). In this approach, the diffusion serves as the policy generator to generate diverse distributions of actions, and a regularization method based on maximum likelihood estimation (MLE) is developed to generate data that approximate the distribution of behavior policies. Besides, we introduce an additional regularization term based on the discriminator output to effectively constrain policy exploration for policy improvement. Comprehensive experiments are conducted on the datasets for deep data-driven reinforcement learning (D4RL), and experimental results show that DiffPoGAN outperforms state-of-the-art methods in offline RL.

📄 PDF Abstract BibTeX arXiv:2406.09089

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Offline Reinforcement Learning with Generative Trajectory Policies

2025-10-13 · Xinsong Feng, Leshu Tang, Chenan Wang, Haipeng Chen arxiv

Generative models have emerged as a powerful class of policies for offline reinforcement learning (RL) due to their ability to capture complex, multi-modal behaviors. However, existing methods face a stark trade-off: slo…

Reinforcement LearningOffline RL

Diffusion Policy Attacker: Crafting Adversarial Attacks for Diffusion-based Policies

2024-05-29 · Yipu Chen, Haotian Xue, Yongxin Chen

Diffusion models (DMs) have emerged as a promising approach for behavior cloning (BC). Diffusion policies (DP) based on DMs have elevated BC performance to new heights, demonstrating robust efficacy across diverse tasks,…

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

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)

Aligning Flow Map Policies with Optimal Q-Guidance

2026-05-12 · Christos Ziakas, Alessandra Russo, Avishek Joey Bose arxiv

Generative policies based on expressive model classes, such as diffusion and flow matching, are well-suited to complex control problems with highly multimodal action distributions. Their expressivity, however, comes at a…

Reinforcement Learning