paper-with-me

Papers

Sequential memory improves sample and memory efficiency in Episodic Control

2021-12-29 · Ismael T. Freire, Adrián F. Amil, Paul F. M. J. Verschure

State of the art deep reinforcement learning algorithms are sample inefficient due to the large number of episodes they require to achieve asymptotic performance. Episodic Reinforcement Learning (ERL) algorithms, inspired by the mammalian hippocampus, typically use extended memory systems to bootstrap learning from past events to overcome this sample-inefficiency problem. However, such memory augmentations are often used as mere buffers, from which isolated past experiences are drawn to learn from in an offline fashion (e.g., replay). Here, we demonstrate that including a bias in the acquired memory content derived from the order of episodic sampling improves both the sample and memory efficiency of an episodic control algorithm. We test our Sequential Episodic Control (SEC) model in a foraging task to show that storing and using integrated episodes as event sequences leads to faster learning with fewer memory requirements as opposed to a standard ERL benchmark, Model-Free Episodic Control, that buffers isolated events only. We also study the effect of memory constraints and forgetting on the sequential and non-sequential version of the SEC algorithm. Furthermore, we discuss how a hippocampal-like fast memory system could bootstrap slow cortical and subcortical learning subserving habit formation in the mammalian brain.

📄 PDF Abstract BibTeX arXiv:2112.14734

Code (1)

IsmaelTito/SEC 공식 구현 tf

Tasks

Deep Reinforcement LearningHippocampusreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

The Past Is Prologue: A Plug-in Controller for Selective Updates in Sequentially Evolving LLM Memory

2026-06-30 · Zihan Chen, Songwei Dong, Chengshuai Shi, Peng Wang 외 arxiv

Sequentially evolving LLM memory enables agents to reuse past experience, but existing systems usually deploy each locally generated memory update without checking whether it improves future behavior. As a result, update…

Model-Based Reinforcement Learning via Imagination with Derived Memory

2021-12-01 · NeurIPS 2021 12 · Yao Mu, Yuzheng Zhuang, Bin Wang, Guangxiang Zhu 외

Model-based reinforcement learning aims to improve the sample efficiency of policy learning by modeling the dynamics of the environment. Recently, the latent dynamics model is further developed to enable fast planning in…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Offline-to-Online Multi-Agent Reinforcement Learning with Offline Value Function Memory and Sequential Exploration

2024-10-25 · Hai Zhong, Xun Wang, Zhuoran Li, Longbo Huang

Offline-to-Online Reinforcement Learning has emerged as a powerful paradigm, leveraging offline data for initialization and online fine-tuning to enhance both sample efficiency and performance. However, most existing res…

Efficient ExplorationMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+3

SWEM: Towards Real-Time Video Object Segmentation with Sequential Weighted Expectation-Maximization

2022-08-22 · CVPR 2022 1 · Zhihui Lin, Tianyu Yang, Maomao Li, Ziyu Wang 외

Matching-based methods, especially those based on space-time memory, are significantly ahead of other solutions in semi-supervised video object segmentation (VOS). However, continuously growing and redundant template fea…

Semantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Bi-directional Recurrence Improves Transformer in Partially Observable Markov Decision Processes

2025-05-16 · Ashok Arora, Neetesh Kumar

In real-world reinforcement learning (RL) scenarios, agents often encounter partial observability, where incomplete or noisy information obscures the true state of the environment. Partially Observable Markov Decision Pr…

Reinforcement Learning (RL)