paper-with-me

홈 › Papers

Normality-Guided Distributional Reinforcement Learning for Continuous Control

2022-08-28 · Ju-Seung Byun, Andrew Perrault

Learning a predictive model of the mean return, or value function, plays a critical role in many reinforcement learning algorithms. Distributional reinforcement learning (DRL) has been shown to improve performance by modeling the value distribution, not just the mean. We study the value distribution in several continuous control tasks and find that the learned value distribution is empirical quite close to normal. We design a method that exploits this property, employ variances predicted from a variance network, along with returns, to analytically compute target quantile bars representing a normal for our distributional value function. In addition, we propose a policy update strategy based on the correctness as measured by structural characteristics of the value distribution not present in the standard value function. The approach we outline is compatible with many DRL structures. We use two representative on-policy algorithms, PPO and TRPO, as testbeds. Our method yields statistically significant improvements in 10 out of 16 continuous task settings, while utilizing a reduced number of weights and achieving faster training time compared to an ensemble-based method for quantifying value distribution uncertainty.

📄 PDF Abstract BibTeX arXiv:2208.13125

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDistributional Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
TRPO Trust Region Policy Optimization, or TRPO, is a policy gradient method in reinforcement learning that avoids parameter updates that change the policy too much with a KL…

Similar Papers 제목 키워드 기반

Continuous Control Reinforcement Learning: Distributed Distributional DrQ Algorithms

2024-04-16 · Zehao Zhou

Distributed Distributional DrQ is a model-free and off-policy RL algorithm for continuous control tasks based on the state and observation of the agent, which is an actor-critic method with the data-augmentation and the …

continuous-controlContinuous ControlData Augmentationreinforcement-learning+1

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 Hamilton-Jacobi-Bellman Equations for Continuous-Time Reinforcement Learning

2022-05-24 · Harley Wiltzer, David Meger, Marc G. Bellemare

Continuous-time reinforcement learning offers an appealing formalism for describing control problems in which the passage of time is not naturally divided into discrete increments. Here we consider the problem of predict…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 …

continuous-controlContinuous ControlDistributional Reinforcement Learning

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