paper-with-me

Papers

Implicit Distributional Reinforcement Learning

2020-07-13 · NeurIPS 2020 12 · Yuguang Yue, Zhendong Wang, Mingyuan Zhou

To improve the sample efficiency of policy-gradient based reinforcement learning algorithms, we propose implicit distributional actor-critic (IDAC) that consists of a distributional critic, built on two deep generator networks (DGNs), and a semi-implicit actor (SIA), powered by a flexible policy distribution. We adopt a distributional perspective on the discounted cumulative return and model it with a state-action-dependent implicit distribution, which is approximated by the DGNs that take state-action pairs and random noises as their input. Moreover, we use the SIA to provide a semi-implicit policy distribution, which mixes the policy parameters with a reparameterizable distribution that is not constrained by an analytic density function. In this way, the policy's marginal distribution is implicit, providing the potential to model complex properties such as covariance structure and skewness, but its parameter and entropy can still be estimated. We incorporate these features with an off-policy algorithm framework to solve problems with continuous action space and compare IDAC with state-of-the-art algorithms on representative OpenAI Gym environments. We observe that IDAC outperforms these baselines in most tasks. Python code is provided.

📄 PDF Abstract BibTeX arXiv:2007.06159

Code (3)

zhougroup/IDAC 공식 구현 tf
SeungeonBaek/continuous-agents-test tf
yuguangyue/Implicit_Distributional_RL tf

Tasks

Distributional Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Implicit Quantile Networks for Distributional Reinforcement Learning

2018-06-14 · ICML 2018 7 · Will Dabney, Georg Ostrovski, David Silver, Rémi Munos

In this work, we build on recent advances in distributional reinforcement learning to give a generally applicable, flexible, and state-of-the-art distributional variant of DQN. We achieve this by using quantile regressio…

Atari GamesDistributional Reinforcement Learningquantile regressionregression+3

Distributional Reinforcement Learning with Ensembles

2020-03-24 · Björn Lindenberg, Jonas Nordqvist, Karl-Olof Lindahl

It is well known that ensemble methods often provide enhanced performance in reinforcement learning. In this paper, we explore this concept further by using group-aided training within the distributional reinforcement le…

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

The Benefits of Being Categorical Distributional: Uncertainty-aware Regularized Exploration in Reinforcement Learning

2021-10-07 · Ke Sun, Yingnan Zhao, Enze Shi, Yafei Wang 외

The remarkable empirical performance of distributional reinforcement learning (RL) has garnered increasing attention to understanding its theoretical advantages over classical RL. By decomposing the categorical distribut…

Atari GamesAttributeDistributional Reinforcement Learningreinforcement-learning+1

PG-Rainbow: Using Distributional Reinforcement Learning in Policy Gradient Methods

2024-07-18 · WooJae Jeon, KangJun Lee, Jeewoo Lee

This paper introduces PG-Rainbow, a novel algorithm that incorporates a distributional reinforcement learning framework with a policy gradient algorithm. Existing policy gradient methods are sample inefficient and rely o…

Atari GamesDecision MakingDistributional Reinforcement LearningPolicy Gradient Methods+2