paper-with-me

Papers

Blockwise Sequential Model Learning for Partially Observable Reinforcement Learning

2021-12-10 · Giseung Park, Sungho Choi, Youngchul Sung

This paper proposes a new sequential model learning architecture to solve partially observable Markov decision problems. Rather than compressing sequential information at every timestep as in conventional recurrent neural network-based methods, the proposed architecture generates a latent variable in each data block with a length of multiple timesteps and passes the most relevant information to the next block for policy optimization. The proposed blockwise sequential model is implemented based on self-attention, making the model capable of detailed sequential learning in partial observable settings. The proposed model builds an additional learning network to efficiently implement gradient estimation by using self-normalized importance sampling, which does not require the complex blockwise input data reconstruction in the model learning. Numerical results show that the proposed method significantly outperforms previous methods in various partially observable environments.

📄 PDF Abstract BibTeX arXiv:2112.05343

Code (1)

giseung-park/blockseq 공식 구현 pytorch

Tasks

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

On Improving Deep Reinforcement Learning for POMDPs

2017-04-26 · Pengfei Zhu, Xin Li, Pascal Poupart, Guanghui Miao

Deep Reinforcement Learning (RL) recently emerged as one of the most competitive approaches for learning in sequential decision making problems with fully observable environments, e.g., computer Go. However, very little …

Atari GamesDecision MakingDeep Reinforcement Learningreinforcement-learning+5

On Improving Deep Reinforcement Learning for POMDPs

2018-04-17 · Pengfei Zhu, Xin Li, Pascal Poupart, Guanghui Miao

Deep Reinforcement Learning (RL) recently emerged as one of the most competitive approaches for learning in sequential decision making problems with fully observable environments, e.g., computer Go. However, very little …

Atari GamesDecision MakingDeep Reinforcement Learningreinforcement-learning+5

The Partially Observable History Process

2021-11-15 · Dustin Morrill, Amy R. Greenwald, Michael Bowling

We introduce the partially observable history process (POHP) formalism for reinforcement learning. POHP centers around the actions and observations of a single agent and abstracts away the presence of other players witho…

Formreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Leveraging Fully Observable Policies for Learning under Partial Observability

2022-11-03 · Hai Nguyen, Andrea Baisero, Dian Wang, Christopher Amato 외

Reinforcement learning in partially observable domains is challenging due to the lack of observable state information. Thankfully, learning offline in a simulator with such state information is often possible. In particu…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dynamic deep-reinforcement-learning algorithm in Partially Observed Markov Decision Processes

2023-07-29 · Saki Omi, Hyo-Sang Shin, Namhoon Cho, Antonios Tsourdos

Reinforcement learning has been greatly improved in recent studies and an increased interest in real-world implementation has emerged in recent years. In many cases, due to the non-static disturbances, it becomes challen…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning