paper-with-me

홈 › Papers

Distributional Reinforcement Learning with Unconstrained Monotonic Neural Networks

2021-06-06 · Thibaut Théate, Antoine Wehenkel, Adrien Bolland, Gilles Louppe, Damien Ernst

The distributional reinforcement learning (RL) approach advocates for representing the complete probability distribution of the random return instead of only modelling its expectation. A distributional RL algorithm may be characterised by two main components, namely the representation of the distribution together with its parameterisation and the probability metric defining the loss. The present research work considers the unconstrained monotonic neural network (UMNN) architecture, a universal approximator of continuous monotonic functions which is particularly well suited for modelling different representations of a distribution. This property enables the efficient decoupling of the effect of the function approximator class from that of the probability metric. The research paper firstly introduces a methodology for learning different representations of the random return distribution (PDF, CDF and QF). Secondly, a novel distributional RL algorithm named unconstrained monotonic deep Q-network (UMDQN) is presented. To the authors' knowledge, it is the first distributional RL method supporting the learning of three, valid and continuous representations of the random return distribution. Lastly, in light of this new algorithm, an empirical comparison is performed between three probability quasi-metrics, namely the Kullback-Leibler divergence, Cramer distance, and Wasserstein distance. The results highlight the main strengths and weaknesses associated with each probability metric together with an important limitation of the Wasserstein distance.

📄 PDF Abstract BibTeX arXiv:2106.03228

Code (1)

ThibautTheate/Unconstrained-Monotonic-Deep-Q-Network-algorithm 공식 구현 pytorch

Tasks

Distributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)valid

Similar Papers 제목 키워드 기반

Distributional Reinforcement Learning with Monotonic Splines

2021-09-29 · ICLR 2022 4 · Yudong Luo, Guiliang Liu, Haonan Duan, Oliver Schulte 외

Distributional Reinforcement Learning (RL) differs from traditional RL by estimating the distribution over returns to capture the intrinsic uncertainty of MDPs. One key challenge in distributional RL lies in how to param…

Distributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

Beyond Monotonicity: Revisiting Factorization Principles in Multi-Agent Q-Learning

2025-11-12 · Tianmeng Hu, Yongzheng Cui, Rui Tang, Biao Luo 외 arxiv

Value decomposition is a central approach in multi-agent reinforcement learning (MARL), enabling centralized training with decentralized execution by factorizing the global value function into local values. To ensure ind…

Multi-agent Reinforcement Learning

Non-decreasing Quantile Function Network with Efficient Exploration for Distributional Reinforcement Learning

2021-05-14 · Fan Zhou, Zhoufan Zhu, Qi Kuang, Liwen Zhang

Although distributional reinforcement learning (DRL) has been widely examined in the past few years, there are two open questions people are still trying to address. One is how to ensure the validity of the learned quant…

Atari GamesDistributional Reinforcement LearningEfficient Explorationreinforcement-learning+1

Deep Distributional Learning with Non-crossing Quantile Network

2025-04-11 · Guohao Shen, Runpeng Dai, Guojun Wu, Shikai Luo 외

In this paper, we introduce a non-crossing quantile (NQ) network for conditional distribution learning. By leveraging non-negative activation functions, the NQ network ensures that the learned distributions remain monoto…

Distributional Reinforcement Learningquantile regressionReinforcement Learning (RL)