paper-with-me

홈 › Papers

Memory-based Deep Reinforcement Learning for POMDPs

2021-02-24 · Lingheng Meng, Rob Gorbet, Dana Kulić

A promising characteristic of Deep Reinforcement Learning (DRL) is its capability to learn optimal policy in an end-to-end manner without relying on feature engineering. However, most approaches assume a fully observable state space, i.e. fully observable Markov Decision Processes (MDPs). In real-world robotics, this assumption is unpractical, because of issues such as sensor sensitivity limitations and sensor noise, and the lack of knowledge about whether the observation design is complete or not. These scenarios lead to Partially Observable MDPs (POMDPs). In this paper, we propose Long-Short-Term-Memory-based Twin Delayed Deep Deterministic Policy Gradient (LSTM-TD3) by introducing a memory component to TD3, and compare its performance with other DRL algorithms in both MDPs and POMDPs. Our results demonstrate the significant advantages of the memory component in addressing POMDPs, including the ability to handle missing and noisy observation data.

📄 PDF Abstract BibTeX arXiv:2102.12344

Code (1)

LinghengMeng/LSTM-TD3 공식 구현 pytorch

Tasks

Deep Reinforcement LearningFeature Engineeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Adam 설명 없음
Clipped Double Q-learning 설명 없음
Target Policy Smoothing Target Policy Smoothing is a regularization strategy for the value function in reinforcement learning. Deterministic policies can overfit to narrow peaks in the value…
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
TD3 TD3 builds on the DDPG algorithm for reinforcement learning, with a couple of modifications aimed at tackling overestimation bias…

Similar Papers 제목 키워드 기반

Provably Efficient Reinforcement Learning in Partially Observable Dynamical Systems

2022-06-24 · Masatoshi Uehara, Ayush Sekhari, Jason D. Lee, Nathan Kallus 외

We study Reinforcement Learning for partially observable dynamical systems using function approximation. We propose a new \textit{Partially Observable Bilinear Actor-Critic framework}, that is general enough to include m…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Synthetic POMDPs to Challenge Memory-Augmented RL: Memory Demand Structure Modeling

2025-08-06 · Yongyi Wang, Lingfeng Li, Bozhou Chen, Ang Li 외 arxiv

Recent benchmarks for memory-augmented reinforcement learning (RL) have introduced partially observable Markov decision process (POMDP) environments in which agents must use historical observations to make decisions. How…

Reinforcement Learning

Sample-Efficient Reinforcement Learning of Undercomplete POMDPs

2020-06-22 · NeurIPS 2020 12 · Chi Jin, Sham M. Kakade, Akshay Krishnamurthy, Qinghua Liu

Partial observability is a common challenge in many reinforcement learning applications, which requires an agent to maintain memory, infer latent states, and integrate this past information into exploration. This challen…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Graph Convolutional Memory using Topological Priors

2021-06-27 · Steven D. Morad, Stephan Liwicki, Ryan Kortvelesy, Roberto Mecca 외

Solving partially-observable Markov decision processes (POMDPs) is critical when applying reinforcement learning to real-world problems, where agents have an incomplete view of the world. We present graph convolutional m…

Memorizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning in POMDPs with Memoryless Options and Option-Observation Initiation Sets

2017-08-22 · Denis Steckelmacher, Diederik M. Roijers, Anna Harutyunyan, Peter Vrancx 외

Many real-world reinforcement learning problems have a hierarchical nature, and often exhibit some degree of partial observability. While hierarchy and partial observability are usually tackled separately (for instance b…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)