paper-with-me

Papers

ACE: An Actor Ensemble Algorithm for Continuous Control with Tree Search

2018-11-06 · Shangtong Zhang, Hao Chen, Hengshuai Yao

In this paper, we propose an actor ensemble algorithm, named ACE, for continuous control with a deterministic policy in reinforcement learning. In ACE, we use actor ensemble (i.e., multiple actors) to search the global maxima of the critic. Besides the ensemble perspective, we also formulate ACE in the option framework by extending the option-critic architecture with deterministic intra-option policies, revealing a relationship between ensemble and options. Furthermore, we perform a look-ahead tree search with those actors and a learned value prediction model, resulting in a refined value estimation. We demonstrate a significant performance boost of ACE over DDPG and its variants in challenging physical robot simulators.

📄 PDF Abstract BibTeX arXiv:1811.02696

Code (1)

ShangtongZhang/DeepRL 공식 구현 pytorch

Tasks

continuous-controlContinuous Controlreinforcement-learningReinforcement LearningReinforcement Learning (RL)Value prediction

Methods 이 논문이 사용한 방법론

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…
Weight Decay 설명 없음
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…
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 설명 없음
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 제목 키워드 기반

ControlBurn: Nonlinear Feature Selection with Sparse Tree Ensembles

2022-07-08 · Brian Liu, Miaolan Xie, Haoyue Yang, Madeleine Udell

ControlBurn is a Python package to construct feature-sparse tree ensembles that support nonlinear feature selection and interpretable machine learning. The algorithms in this package first build large tree ensembles that…

Additive modelsfeature selectionInterpretable Machine Learning

Ensemble Reinforcement Learning in Continuous Spaces -- A Hierarchical Multi-Step Approach for Policy Training

2022-09-29 · Gang Chen, Victoria Huang

Actor-critic deep reinforcement learning (DRL) algorithms have recently achieved prominent success in tackling various challenging reinforcement learning (RL) problems, particularly complex control tasks with high-dimens…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Tree-Averaging Algorithms for Ensemble-Based Unsupervised Discontinuous Constituency Parsing

2024-02-29 · Behzad Shayegh, Yuqiao Wen, Lili Mou

We address unsupervised discontinuous constituency parsing, where we observe a high variance in the performance of the only previous model in the literature. We propose to build an ensemble of different runs of the exist…

AllConstituency Parsing

Deep Exploration with PAC-Bayes

2024-02-05 · Bahareh Tasdighi, Manuel Haussmann, Nicklas Werge, Yi-Shan Wu 외

Reinforcement learning for continuous control under delayed rewards is an under-explored problem despite its significance in real life. Many complex skills build on intermediate ones as prerequisites. For instance, a hum…

continuous-controlContinuous ControlDecision Makingreinforcement-learning+1

TASAC: a twin-actor reinforcement learning framework with stochastic policy for batch process control

2022-04-22 · Tanuja Joshi, Hariprasad Kodamana, Harikumar Kandath, Niket Kaisare

Due to their complex nonlinear dynamics and batch-to-batch variability, batch processes pose a challenge for process control. Due to the absence of accurate models and resulting plant-model mismatch, these problems becom…

Reinforcement Learning (RL)