paper-with-me

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 distributional perspective of critic value function. Aim to learn to control the agent and master some tasks in a high-dimensional continuous space. DrQ-v2 uses DDPG as the backbone and achieves out-performance in various continuous control tasks. Here Distributed Distributional DrQ uses Distributed Distributional DDPG as the backbone, and this modification aims to achieve better performance in some hard continuous control tasks through the better expression ability of distributional value function and distributed actor policies.

📄 PDF Abstract BibTeX arXiv:2404.10645

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlData Augmentationreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Weight Decay 설명 없음
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DDPG DDPG, or Deep Deterministic Policy Gradient, is an actor-critic, model-free algorithm based on the deterministic policy gradient that can operate over continuous action…

Similar Papers 제목 키워드 기반

Distributed Distributional Deterministic Policy Gradients

2018-04-23 · ICLR 2018 1 · Gabriel Barth-Maron, Matthew W. Hoffman, David Budden, Will Dabney 외

This work adopts the very successful distributional perspective on reinforcement learning and adapts it to the continuous control setting. We combine this within a distributed framework for off-policy learning in order t…

continuous-controlContinuous ControlReinforcement 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

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

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

continuous-controlContinuous ControlDistributional Reinforcement Learningreinforcement-learning+2

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)