paper-with-me

Papers

Continuous Episodic Control

2022-11-28 · Zhao Yang, Thomas M. Moerland, Mike Preuss, Aske Plaat

Non-parametric episodic memory can be used to quickly latch onto high-rewarded experience in reinforcement learning tasks. In contrast to parametric deep reinforcement learning approaches in which reward signals need to be back-propagated slowly, these methods only need to discover the solution once, and may then repeatedly solve the task. However, episodic control solutions are stored in discrete tables, and this approach has so far only been applied to discrete action space problems. Therefore, this paper introduces Continuous Episodic Control (CEC), a novel non-parametric episodic memory algorithm for sequential decision making in problems with a continuous action space. Results on several sparse-reward continuous control environments show that our proposed method learns faster than state-of-the-art model-free RL and memory-augmented RL algorithms, while maintaining good long-run performance as well. In short, CEC can be a fast approach for learning in continuous control tasks.

📄 PDF Abstract BibTeX arXiv:2211.15183

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Solving Continuous Control with Episodic Memory

2021-06-16 · Igor Kuznetsov, Andrey Filchenkov

Episodic memory lets reinforcement learning algorithms remember and exploit promising experience from the past to improve agent performance. Previous works on memory mechanisms show benefits of using episodic-based data …

continuous-controlContinuous ControlOpenAI GymReinforcement Learning (RL)

Episodic Self-Imitation Learning with Hindsight

2020-11-26 · Tianhong Dai, Hengyan Liu, Anil Anthony Bharath

Episodic self-imitation learning, a novel self-imitation algorithm with a trajectory selection module and an adaptive loss function, is proposed to speed up reinforcement learning. Compared to the original self-imitation…

continuous-controlContinuous ControlImitation Learning

Logarithmic regret for episodic continuous-time linear-quadratic reinforcement learning over a finite-time horizon

2020-06-27 · Matteo Basei, Xin Guo, Anran Hu, Yufei Zhang

We study finite-time horizon continuous-time linear-quadratic reinforcement learning problems in an episodic setting, where both the state and control coefficients are unknown to the controller. We first propose a least-…

parameter estimationReinforcement Learning (RL)

Generalizable Episodic Memory for Deep Reinforcement Learning

2021-03-11 · Hao Hu, Jianing Ye, Guangxiang Zhu, Zhizhou Ren 외

Episodic memory-based methods can rapidly latch onto past successful strategies by a non-parametric memory and improve sample efficiency of traditional reinforcement learning. However, little effort is put into the conti…

Atari Gamescontinuous-controlContinuous ControlDeep Reinforcement Learning+4

Asynchronous Episodic Deep Deterministic Policy Gradient: Towards Continuous Control in Computationally Complex Environments

2019-03-03 · Zhizheng Zhang, Jiale Chen, Zhibo Chen, Weiping Li

Deep Deterministic Policy Gradient (DDPG) has been proved to be a successful reinforcement learning (RL) algorithm for continuous control tasks. However, DDPG still suffers from data insufficiency and training inefficien…

continuous-controlContinuous ControlMuJoCoReinforcement Learning+1