paper-with-me

Papers

Learning the Supports for Categorical Critic in Reinforcement Learning

2026-07-02 · Jen-Yen Chang, Takayuki Osa, Tatsuya Harada arxiv

Value functions are an essential component in actor-critic based deep reinforcement learning (RL). Conventionally, these functions are trained as a regression task by minimising the mean squared error (MSE) relative to bootstrapped target values. Meanwhile, in distributional RL, a distribution of returns is modelled based on the distributional Bellman operator. This work investigates the Gaussian Histogram Loss (HL-Gauss), a recent approach that reframes value estimation as classification by encoding each scalar Bellman target as a Gaussian-smoothed categorical target. Despite its potential, applying histogram-based losses to RL presents inherent challenges, most notably the requirement to pre-define a fixed support interval, which is often complicated by the non-stationary and stochastic nature of target values typically found in RL tasks. In this work, we propose an approach that dynamically learns the lower and upper bounds of the support instead of assigning them beforehand. We derive an objective that jointly learns these bounds whilst learning the categorical representation of the scalar values, and we show that this objective forms an upper bound on the mean-squared Bellman error. Our theoretical analysis further shows that this bound is tighter than that of non-learned supports of HL-Gauss. Empirically, the proposed objective enables stable adaptation of the support interval and matches HL-Gauss-based actor-critic algorithms on most continuous-control tasks whilst improving on a subset, without requiring a pre-specified support interval.

📄 PDF Abstract BibTeX arXiv:2607.01880

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Flow Models for Unbounded and Geometry-Aware Distributional Reinforcement Learning

2025-05-07 · Simo Alami C., Rim Kaddah, Jesse Read, Marie-Paule Cani

We introduce a new architecture for Distributional Reinforcement Learning (DistRL) that models return distributions using normalizing flows. This approach enables flexible, unbounded support for return distributions, in …

Distributional Reinforcement Learning

An Analysis of Categorical Distributional Reinforcement Learning

2018-02-22 · Mark Rowland, Marc G. Bellemare, Will Dabney, Rémi Munos 외

Distributional approaches to value-based reinforcement learning model the entire distribution of returns, rather than just their expected values, and have recently been shown to yield state-of-the-art empirical performan…

Distributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

Gradient Boosting Reinforcement Learning

2024-07-11 · Benjamin Fuhrer, Chen Tessler, Gal Dalal

Neural networks (NN) achieve remarkable results in various tasks, but lack key characteristics: interpretability, support for categorical features, and lightweight implementations suitable for edge devices. While ongoing…

GPUreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Simple Actors and Deep Critics for Scalable Reinforcement Learning

2026-08-27 · Guhyeon Kang, Jaehwi Lee, Minhae Kwon arxiv

Recent progress in offline reinforcement learning (RL) has been driven by expressive generative actors such as diffusion and flow-matching policies, which capture multimodal behavior in offline datasets. However, these a…

Reinforcement LearningOffline RL