paper-with-me

홈 › Papers

Influence-aware Memory Architectures for Deep Reinforcement Learning

2019-11-18 · Miguel Suau, Jinke He, Elena Congeduti, Rolf A. N. Starre, Aleksander Czechowski, Frans A. Oliehoek

Due to its perceptual limitations, an agent may have too little information about the state of the environment to act optimally. In such cases, it is important to keep track of the observation history to uncover hidden state. Recent deep reinforcement learning methods use recurrent neural networks (RNN) to memorize past observations. However, these models are expensive to train and have convergence difficulties, especially when dealing with high dimensional input spaces. In this paper, we propose influence-aware memory (IAM), a theoretically inspired memory architecture that tries to alleviate the training difficulties by restricting the input of the recurrent layers to those variables that influence the hidden state information. Moreover, as opposed to standard RNNs, in which every piece of information used for estimating Q values is inevitably fed back into the network for the next prediction, our model allows information to flow without being necessarily stored in the RNN's internal memory. Results indicate that, by letting the recurrent layers focus on a small fraction of the observation variables while processing the rest of the information with a feedforward neural network, we can outperform standard recurrent architectures both in training speed and policy performance. This approach also reduces runtime and obtains better scores than methods that stack multiple observations to remove partial observability.

📄 PDF Abstract BibTeX arXiv:1911.07643

Code (1)

afengisme11/IAM-Reproduce pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Layer-Aware Influence for Online Data Valuation Estimation

2025-10-14 · Ziao Yang, Longbo Huang, Hongfu Liu arxiv

Data-centric learning emphasizes curating high-quality training samples to boost performance rather than designing new architectures. A central problem is to estimate the influence of training sample efficiently. Prior s…

Image Classification

Activation- and Influence-Aware Ranks (AIR): Function-Preserving SVD Compression for LLMs

2026-06-18 · Nico Harder, Daniel Becking, Karsten Mueller, Wojciech Samek arxiv

We present Activation- and Influence-Aware Ranks (AIR), an SVD-based LLM compression framework that guides each weight matrix's low-rank approximation with a backward-signal influence metric. Starting from the activation…

Neural Map: Structured Memory for Deep Reinforcement Learning

2017-02-27 · ICLR 2018 1 · Emilio Parisotto, Ruslan Salakhutdinov

A critical component to enabling intelligent reasoning in partially observable environments is memory. Despite this importance, Deep Reinforcement Learning (DRL) agents have so far used relatively simple memory architect…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Control of Memory, Active Perception, and Action in Minecraft

2016-05-30 · Junhyuk Oh, Valliappa Chockalingam, Satinder Singh, Honglak Lee

In this paper, we introduce a new set of reinforcement learning (RL) tasks in Minecraft (a flexible 3D world). We then use these tasks to systematically compare and contrast existing deep reinforcement learning (DRL) arc…

Deep Reinforcement LearningMinecraftreinforcement-learningReinforcement Learning+1

The Influence of the Memory Capacity of Neural DDEs on the Universal Approximation Property

2025-05-12 · Christian Kuehn, Sara-Viola Kuntz

Neural Ordinary Differential Equations (Neural ODEs), which are the continuous-time analog of Residual Neural Networks (ResNets), have gained significant attention in recent years. Similarly, Neural Delay Differential Eq…