paper-with-me

홈 › Papers

Distributional Value Estimation Without Target Networks for Robust Quality-Diversity

2026-04-22 · Behrad Koohy, Jamie Bayne arxiv

Quality-Diversity (QD) algorithms excel at discovering diverse repertoires of skills, but are hindered by poor sample efficiency and often require tens of millions of environment steps to solve complex locomotion tasks. Recent advances in Reinforcement Learning (RL) have shown that high Update-to-Data (UTD) ratios accelerate Actor-Critic learning. While effective, standard high-UTD algorithms typically utilise target networks to stabilise training. This requirement introduces a significant computational bottleneck, rendering them impractical for resource-intensive Quality-Diversity (QD) tasks where sample efficiency and rapid population adaptation are critical. In this paper, we introduce QDHUAC, a sample-efficient, target-free and distributional QD-RL algorithm that provides dense and low-variance gradient signals, which enables high-UTD training for Dominated Novelty Search whilst requiring an order of magnitude fewer environment steps. We demonstrate that our method enables stable training at high UTD ratios, achieving competitive coverage and fitness on high-dimensional Brax environments with an order of magnitude fewer samples than baselines. Our results suggest that combining target-free distributional critics with dominance-based selection is a key enabler for the next generation of sample-efficient evolutionary RL algorithms.

📄 PDF Abstract BibTeX arXiv:2604.20381

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Quantile Geometry Regularization for Distributional Reinforcement Learning

2026-05-05 · Zhaofan Zhang, Minghao Yang, Rufeng Chen, Sihong Xie 외 arxiv

Quantile-based distributional reinforcement learning methods learn return distributions through sampled quantile regression, but their bootstrapped target quantiles may induce distorted or degenerate distribution estimat…

Reinforcement LearningAtari Games

Exploration with Multi-Sample Target Values for Distributional Reinforcement Learning

2022-02-06 · Michael Teng, Michiel Van de Panne, Frank Wood

Distributional reinforcement learning (RL) aims to learn a value-network that predicts the full distribution of the returns for a given state, often modeled via a quantile-based critic. This approach has been successfull…

continuous-controlContinuous ControlDistributional Reinforcement LearningHumanoid Control+3

FlowCritic: Bridging Value Estimation with Flow Matching in Reinforcement Learning

2025-10-26 · Shan Zhong, Shutong Ding, He Diao, Xiangyu Wang 외 arxiv

Reliable value estimation serves as the cornerstone of reinforcement learning (RL) by evaluating long-term returns and guiding policy improvement, significantly influencing the convergence speed and final performance. Ex…

Reinforcement LearningValue prediction

Distributional Reinforcement Learning via the Cramér Distance

2026-04-26 · Vanya Aziz, Ivo Nowak, E. M. T Hendrix arxiv

This paper explores the application of the Soft Actor-Critic (SAC) algorithm within a Distributional Reinforcement Learning setting and introduces an implementation of such algorithm named Cramér-based Distributional Sof…

Reinforcement Learning

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

Reinforcement Learning