paper-with-me

홈 › Papers

DiffCPS: Diffusion Model based Constrained Policy Search for Offline Reinforcement Learning

2023-10-09 · Longxiang He, Li Shen, Linrui Zhang, Junbo Tan, Xueqian Wang

Constrained policy search (CPS) is a fundamental problem in offline reinforcement learning, which is generally solved by advantage weighted regression (AWR). However, previous methods may still encounter out-of-distribution actions due to the limited expressivity of Gaussian-based policies. On the other hand, directly applying the state-of-the-art models with distribution expression capabilities (i.e., diffusion models) in the AWR framework is intractable since AWR requires exact policy probability densities, which is intractable in diffusion models. In this paper, we propose a novel approach, $\textbf{Diffusion-based Constrained Policy Search}$ (dubbed DiffCPS), which tackles the diffusion-based constrained policy search with the primal-dual method. The theoretical analysis reveals that strong duality holds for diffusion-based CPS problems, and upon introducing parameter approximation, an approximated solution can be obtained after $\mathcal{O}(1/\epsilon)$ number of dual iterations, where $\epsilon$ denotes the representation ability of the parametrized policy. Extensive experimental results based on the D4RL benchmark demonstrate the efficacy of our approach. We empirically show that DiffCPS achieves better or at least competitive performance compared to traditional AWR-based baselines as well as recent diffusion-based offline RL methods. The code is now available at https://github.com/felix-thu/DiffCPS.

📄 PDF Abstract BibTeX arXiv:2310.05333

Code (1)

felix-thu/DiffCPS 공식 구현 pytorch

Tasks

D4RLOffline RLreinforcement-learning

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

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 f…

D4RLOffline RLQ-Learningreinforcement-learning+1

Diffusion Actor-Critic: Formulating Constrained Policy Iteration as Diffusion Noise Regression for Offline Reinforcement Learning

2024-05-31 · Linjiajie Fang, Ruoxue Liu, Jing Zhang, Wenjia Wang 외

In offline reinforcement learning (RL), it is necessary to manage out-of-distribution actions to prevent overestimation of value functions. Policy-regularized methods address this problem by constraining the target polic…

D4RLReinforcement Learning (RL)

Offline Critic-Guided Diffusion Policy for Multi-User Delay-Constrained Scheduling

2025-01-22 · Zhuoran Li, Ruishuo Chen, Hai Zhong, Longbo Huang

Effective multi-user delay-constrained scheduling is crucial in various real-world applications, such as instant messaging, live streaming, and data center management. In these scenarios, schedulers must make real-time d…

reinforcement-learningReinforcement LearningScheduling

$\pi2\text{vec}$: Policy Representations with Successor Features

2023-06-16 · Gianluca Scarpellini, Ksenia Konyushkova, Claudio Fantacci, Tom Le Paine 외

This paper describes $\pi2\text{vec}$, a method for representing behaviors of black box policies as feature vectors. The policy representations capture how the statistics of foundation model features change in response t…

Offline RL

Enhancing Sample Efficiency and Exploration in Reinforcement Learning through the Integration of Diffusion Models and Proximal Policy Optimization

2024-09-02 · Gao Tianci, Dmitriev D. Dmitry, Konstantin A. Neusypin, Yang Bo 외

Recent advancements in reinforcement learning (RL) have been fueled by large-scale data and deep neural networks, particularly for high-dimensional and complex tasks. Online RL methods like Proximal Policy Optimization (…

DiversityOffline RLReinforcement Learning (RL)