paper-with-me

Papers

Offline Deep Q* Estimation with Diffusion Models

2026-08-14 · Xiaohong Chen, Yuling Jiao, Lican Kang, Jerry Zhijian Yang, Chen Zhong arxiv

In offline RL, estimating the optimal action-value function $Q^*$ can be formulated as solving the optimal Bellman equation based solely on offline observations. A fundamental challenge is that the reward function and transition kernel are unknown, so the optimal Bellman operator is not directly observable from data. To address this issue, we propose a novel framework that decouples operator estimation from value function learning. In this approach, we first formulate conditional diffusion models to estimate the reward law and transition kernel, which induces a data-driven approximation of the optimal Bellman operator. We then plug these estimators into the Bellman equation and obtain a deep estimator of $Q^*$ by minimizing the empirical Bellman residual over a neural network function class. Theoretically, we first establish sharp nonasymptotic convergence rates for learning the optimal Bellman operator through an end-to-end analysis of conditional diffusion estimation in total variation distance. We then establish the oracle value-stage rate $\widetilde{\mathcal O}\bigl(n^{-\frac{2β}{d_x+d_a+2β}}\bigr)$ for the excess Bellman residual risk. Finally, under a concentrability condition, we translate this residual bound into an $L^2$ convergence rate of $\widetilde{\mathcal O}\bigl(n^{-\fracβ{d_x+d_a+2β}}\bigr)$ for the resulting deep estimator of $Q^*$, where $d_x$ and $d_a$ denote the dimensions of the state and action spaces, respectively, and $β$ denotes the Hölder smoothness index of $Q^*$. Importantly, our theoretical analysis does not rely on completeness assumptions commonly used in deep RL theory. Extensive numerical experiments demonstrate the effectiveness of the proposed method and its strong empirical performance.

📄 PDF Abstract BibTeX arXiv:2608.14401

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Similar Papers 제목 키워드 기반

UDQL: Bridging The Gap between MSE Loss and The Optimal Value Function in Offline Reinforcement Learning

2024-06-05 · Yu Zhang, Rui Yu, Zhipeng Yao, Wenyuan Zhang 외

The Mean Square Error (MSE) is commonly utilized to estimate the solution of the optimal value function in the vast majority of offline reinforcement learning (RL) models and has achieved outstanding performance. However…

D4RLOffline RLReinforcement Learning (RL)

DIAR: Diffusion-model-guided Implicit Q-learning with Adaptive Revaluation

2024-10-15 · JaeHyun Park, Yunho Kim, Sejin Kim, Byung-Jun Lee 외

We propose a novel offline reinforcement learning (offline RL) approach, introducing the Diffusion-model-guided Implicit Q-learning with Adaptive Revaluation (DIAR) framework. We address two key challenges in offline RL:…

Decision MakingOffline RLQ-Learning

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)

Support-Proximity Augmented Diffusion Estimation for Offline Black-Box Optimization

2026-05-11 · Yonghan Yang, Ye Yuan, Zipeng Sun, Linfeng Du 외 arxiv

Offline black-box optimization aims to discover novel designs with high property scores using only a static dataset, a task fundamentally challenged by the out-of-distribution (OOD) extrapolation problem. Existing approa…

Density Estimation

Analytic Energy-Guided Policy Optimization for Offline Reinforcement Learning

2025-05-03 · Jifeng Hu, Sili Huang, Zhejian Yang, Shengchao Hu 외

Conditional decision generation with diffusion models has shown powerful competitiveness in reinforcement learning (RL). Recent studies reveal the relation between energy-function-guidance diffusion models and constraine…

D4RLOffline RLreinforcement-learningReinforcement Learning+1