paper-with-me

홈 › Papers

Reinforcement Learning with Fast and Forgetful Memory

2023-09-21 · NeurIPS 2023 11

Nearly all real world tasks are inherently partially observable, necessitating the use of memory in Reinforcement Learning (RL). Most model-free approaches summarize the trajectory into a latent Markov state using memory models borrowed from Supervised Learning (SL), even though RL tends to exhibit different training and efficiency characteristics. Addressing this discrepancy, we introduce Fast and Forgetful Memory, an algorithm-agnostic memory model designed specifically for RL. Our approach constrains the model search space via strong structural priors inspired by computational psychology. It is a drop-in replacement for recurrent neural networks (RNNs) in recurrent RL algorithms, achieving greater reward than RNNs across various recurrent benchmarks and algorithms _without changing any hyperparameters_. Moreover, Fast and Forgetful Memory exhibits training speeds two orders of magnitude faster than RNNs, attributed to its logarithmic time and linear space complexity. Our implementation is available at https://github.com/proroklab/ffm.

📄 PDF Abstract BibTeX

Code (1)

proroklab/ffm 공식 구현 jax

Similar Papers 제목 키워드 기반

Retentive or Forgetful? Diving into the Knowledge Memorizing Mechanism of Language Models

2023-05-16 · Boxi Cao, Qiaoyu Tang, Hongyu Lin, Shanshan Jiang 외

Memory is one of the most essential cognitive functions serving as a repository of world knowledge and episodes of activities. In recent years, large-scale pre-trained language models have shown remarkable memorizing abi…

World Knowledge

Forgetful Forests: high performance learning data structures for streaming data under concept drift

2022-12-15 · Zhehu Yuan, Yinqi Sun, Dennis Shasha

Database research can help machine learning performance in many ways. One way is to design better data structures. This paper combines the use of incremental computation and sequential and probabilistic filtering to enab…

Mechanistic description of spontaneous loss of memory persistent activity based on neuronal synaptic strength

2022-12-14 · Hillel Sanhedrai, Shlomo Havlin, Hila Dvir

Persistent neural activity associated with working memory (WM) lasts for a limited time duration. Current theories suggest that its termination is \textit{actively} obtained via inhibitory currents, and there is currentl…

Teaching Multiple Concepts to a Forgetful Learner

2018-05-21 · NeurIPS 2019 12 · Anette Hunziker, Yuxin Chen, Oisin Mac Aodha, Manuel Gomez Rodriguez 외

How can we help a forgetful learner learn multiple concepts within a limited time frame? While there have been extensive studies in designing optimal schedules for teaching a single concept given a learner's memory model…

Scheduling

Forgetful but Faithful: A Cognitive Memory Architecture and Benchmark for Privacy-Aware Generative Agents

2025-12-14 · Saad Alqithami arxiv

As generative agents become increasingly sophisticated and deployed in long-term interactive scenarios, their memory management capabilities emerge as a critical bottleneck for both performance and privacy. Current appro…

Computational Efficiency