paper-with-me

홈 › Papers

Invariance to Quantile Selection in Distributional Continuous Control

2022-12-29 · Felix Grün, Muhammad Saif-ur-Rehman, Tobias Glasmachers, Ioannis Iossifidis

In recent years distributional reinforcement learning has produced many state of the art results. Increasingly sample efficient Distributional algorithms for the discrete action domain have been developed over time that vary primarily in the way they parameterize their approximations of value distributions, and how they quantify the differences between those distributions. In this work we transfer three of the most well-known and successful of those algorithms (QR-DQN, IQN and FQF) to the continuous action domain by extending two powerful actor-critic algorithms (TD3 and SAC) with distributional critics. We investigate whether the relative performance of the methods for the discrete action space translates to the continuous case. To that end we compare them empirically on the pybullet implementations of a set of continuous control tasks. Our results indicate qualitative invariance regarding the number and placement of distributional atoms in the deterministic, continuous action setting.

📄 PDF Abstract BibTeX arXiv:2212.14262

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDistributional Reinforcement Learning

Similar Papers 제목 키워드 기반

Controlling Overestimation Bias with Truncated Mixture of Continuous Distributional Quantile Critics

2020-05-08 · ICML 2020 1 · Arsenii Kuznetsov, Pavel Shvechikov, Alexander Grishin, Dmitry Vetrov

The overestimation bias is one of the major impediments to accurate off-policy learning. This paper investigates a novel way to alleviate the overestimation bias in a continuous control setting. Our method---Truncated Qu…

continuous-controlContinuous Control

DFPO: Scaling Value Modeling via Distributional Flow towards Robust and Generalizable LLM Post-Training

2026-02-05 · Dingwei Zhu, Zhiheng Xi, Shihan Dou, Jiahan Li 외 arxiv

Training reinforcement learning (RL) systems in real-world environments remains challenging due to noisy supervision and poor out-of-domain (OOD) generalization, especially in LLM post-training. Recent distributional RL …

Reinforcement Learning

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

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)

Fully Parameterized Quantile Function for Distributional Reinforcement Learning

2019-11-05 · NeurIPS 2019 12 · Derek Yang, Li Zhao, Zichuan Lin, Tao Qin 외

Distributional Reinforcement Learning (RL) differs from traditional RL in that, rather than the expectation of total returns, it estimates distributions and has achieved state-of-the-art performance on Atari Games. The k…

Atari GamesDistributional Reinforcement Learningreinforcement-learningReinforcement Learning+1