paper-with-me

홈 › Papers

Distributional Reinforcement Learning with Diffusion Bridge Critics

2026-02-05 · Shutong Ding, Yimiao Zhou, Ke Hu, Mokai Pan, Shan Zhong, Yanwei Fu, Jingya Wang, Ye Shi arxiv

Recent advances in diffusion-based reinforcement learning (RL) methods have demonstrated promising results in a wide range of continuous control tasks. However, existing works in this field focus on the application of diffusion policies while leaving the diffusion critics unexplored. In fact, since policy optimization fundamentally relies on the critic, accurate value estimation is far more important than policy expressiveness. Furthermore, given the stochasticity of most reinforcement learning tasks, it has been confirmed that the critic is more appropriately depicted with a distributional model. Motivated by these points, we propose a novel distributional RL method with Diffusion Bridge Critics (DBC). DBC directly models the inverse cumulative distribution function (CDF) of the Q value. This allows us to accurately capture the value distribution and prevents it from collapsing into a trivial Gaussian distribution owing to the strong distribution-matching capability of the diffusion bridge. Moreover, we further derive an analytic integral formula to address discretization errors in DBC, which is essential in value estimation. To our knowledge, DBC is the first work to employ the diffusion bridge model as the critic. Notably, DBC is also a plug-and-play component and can be integrated into most existing RL frameworks. Experimental results on MuJoCo robot control benchmarks demonstrate the superiority of DBC compared with previous distributional critic models.

📄 PDF Abstract BibTeX arXiv:2602.05783

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinuous Control

Similar Papers 제목 키워드 기반

CTD4 -- A Deep Continuous Distributional Actor-Critic Agent with a Kalman Fusion of Multiple Critics

2024-05-04 · David Valencia, Henry Williams, Trevor Gee, Bruce A MacDonald 외

Categorical Distributional Reinforcement Learning (CDRL) has demonstrated superior sample efficiency in learning complex tasks compared to conventional Reinforcement Learning (RL) approaches. However, the practical appli…

continuous-controlContinuous ControlDistributional Reinforcement Learningreinforcement-learning+2

Towards Efficient and Expressive Offline RL via Flow-Anchored Noise-conditioned Q-Learning

2026-05-03 · Sungyoung Lee, Dohyeong Kim, Eshan Balachandar, Zelal Su Mustafaoglu 외 arxiv

We propose Flow-Anchored Noise-conditioned Q-Learning (FAN), a highly efficient and high-performing offline reinforcement learning (RL) algorithm. Recent work has shown that expressive flow policies and distributional cr…

Reinforcement LearningOffline RL

Quantile-Coupled Flow Matching for Distributional Reinforcement Learning

2026-05-08 · Michael Groom, Victor-Alexandru Darvariu, Lars Kunze, James Wilson 외 arxiv

Unlike standard expected-return Reinforcement Learning (RL), Distributional RL (DRL) models the full return distribution, making it better-suited for uncertainty-aware and risk-sensitive decision-making. Conditional Flow…

Reinforcement LearningOffline RL

RS-Diffuser: Risk-Sensitive Diffusion Planning with Distributional Value Guidance

2026-06-26 · Shiqiang Gong arxiv

Offline reinforcement learning enables policy learning from fixed datasets without additional environment interaction, making it appealing for safety-critical applications where online exploration is costly or unsafe. Di…

Reinforcement LearningRobot NavigationOffline RL

Aggressive Q-Learning with Ensembles: Achieving Both High Sample Efficiency and High Asymptotic Performance

2021-11-17 · Yanqiu Wu, Xinyue Chen, Che Wang, Yiming Zhang 외

Recent advances in model-free deep reinforcement learning (DRL) show that simple model-free methods can be highly effective in challenging high-dimensional continuous control tasks. In particular, Truncated Quantile Crit…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+2