paper-with-me

Papers

Memory-based control with recurrent neural networks

2015-12-14 · Nicolas Heess, Jonathan J. Hunt, Timothy P. Lillicrap, David Silver

Partially observed control problems are a challenging aspect of reinforcement learning. We extend two related, model-free algorithms for continuous control -- deterministic policy gradient and stochastic value gradient -- to solve partially observed domains using recurrent neural networks trained with backpropagation through time. We demonstrate that this approach, coupled with long-short term memory is able to solve a variety of physical control problems exhibiting an assortment of memory requirements. These include the short-term integration of information from noisy sensors and the identification of system parameters, as well as long-term memory problems that require preserving information over many time steps. We also demonstrate success on a combined exploration and memory problem in the form of a simplified version of the well-known Morris water maze task. Finally, we show that our approach can deal with high-dimensional observations by learning directly from pixels. We find that recurrent deterministic and stochastic policies are able to learn similarly good solutions to these tasks, including the water maze where the agent must learn effective search strategies.

📄 PDF Abstract BibTeX arXiv:1512.04455

Code (3)

fshamshirdar/pytorch-rdpg pytorch
quantumiracle/Popular-RL-Algorithms pytorch
stevenpjg/RDPG tf

Tasks

continuous-controlContinuous ControlReinforcement Learning

Similar Papers 제목 키워드 기반

Partially Non-Recurrent Controllers for Memory-Augmented Neural Networks

2018-12-30 · Naoya Taguchi, Yoshimasa Tsuruoka

Memory-Augmented Neural Networks (MANNs) are a class of neural networks equipped with an external memory, and are reported to be effective for tasks requiring a large long-term memory and its selective use. The core modu…

Contextual Control without Memory Growth in a Context-Switching Task

2026-04-03 · Song-Ju Kim arxiv

Context-dependent sequential decision making is commonly addressed either by providing context explicitly as an input or by increasing recurrent memory so that contextual information can be represented internally. We stu…

Decision Making

Controllable Quantum Memory Capacity in Quantum Reservoir Networks with Tunable partial-SWAPs

2026-05-12 · Erik L. Connerty, Ethan N. Evans arxiv

In the field of quantum reservoir computing (QRC), many different computational models and architectures have been proposed. From these models, we identify feedback-based models -- which use a feedback mechanism to re-em…

Recurrently Controlled Recurrent Networks

2018-11-24 · NeurIPS 2018 12 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui

Recurrent neural networks (RNNs) such as long short-term memory and gated recurrent units are pivotal building blocks across a broad spectrum of sequence modeling problems. This paper proposes a recurrently controlled re…

Answer SelectionGeneral ClassificationReading ComprehensionSentiment Analysis

Recurrent Neural Networks for Stochastic Control Problems with Delay

2021-01-05 · Jiequn Han, Ruimeng Hu

Stochastic control problems with delay are challenging due to the path-dependent feature of the system and thus its intrinsic high dimensions. In this paper, we propose and systematically study deep neural networks-based…

Portfolio Optimization