IJCAI 2021poster21 citations

Solving Continuous Control with Episodic Memory

Igor Kuznetsov, Andrey Filchenkov

Abstract

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 structures for discrete action problems in terms of sample-efficiency. The application of episodic memory for continuous control with a large action space is not trivial. Our study aims to answer the question: can episodic memory be used to improve agent's performance in continuous control? Our proposed algorithm combines episodic memory with Actor-Critic architecture by modifying critic's objective. We further improve performance by introducing episodic-based replay buffer prioritization. We evaluate our algorithm on OpenAI gym domains and show greater sample-efficiency compared with the state-of-the art model-free off-policy algorithms.

Machine Learning: Deep Reinforcement LearningMachine Learning: Reinforcement Learning
BibTeX
@inproceedings{ijcai2021p365,
  title     = {Solving Continuous Control with Episodic Memory},
  author    = {Kuznetsov, Igor and Filchenkov, Andrey},
  booktitle = {Proceedings of the Thirtieth International Joint Conference on
               Artificial Intelligence, {IJCAI-21}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Zhi-Hua Zhou},
  pages     = {2651--2657},
  year      = {2021},
  month     = {8},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2021/365},
  url       = {https://doi.org/10.24963/ijcai.2021/365},
}
Solving Continuous Control with Episodic Memory · IJCAI 2021