paper-with-me

Papers

Reinforcement Learning under Partial Observability Guided by Learned Environment Models

2022-06-23 · Edi Muskardin, Martin Tappler, Bernhard K. Aichernig, Ingo Pill

In practical applications, we can rarely assume full observability of a system's environment, despite such knowledge being important for determining a reactive control system's precise interaction with its environment. Therefore, we propose an approach for reinforcement learning (RL) in partially observable environments. While assuming that the environment behaves like a partially observable Markov decision process with known discrete actions, we assume no knowledge about its structure or transition probabilities. Our approach combines Q-learning with IoAlergia, a method for learning Markov decision processes (MDP). By learning MDP models of the environment from episodes of the RL agent, we enable RL in partially observable domains without explicit, additional memory to track previous interactions for dealing with ambiguities stemming from partial observability. We instead provide RL with additional observations in the form of abstract environment states by simulating new experiences on learned environment models to track the explored states. In our evaluation, we report on the validity of our approach and its promising performance in comparison to six state-of-the-art deep RL techniques with recurrent neural networks and fixed memory.

📄 PDF Abstract BibTeX arXiv:2206.11708

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Reinforcement Learning using Guided Observability

2021-04-22 · Stephan Weigand, Pascal Klink, Jan Peters, Joni Pajarinen

Due to recent breakthroughs, reinforcement learning (RL) has demonstrated impressive performance in challenging sequential decision-making problems. However, an open question is how to make RL cope with partial observabi…

Decision MakingMuJoCoOpenAI GymOpen-Ended Question Answering+4

Belief States for Cooperative Multi-Agent Reinforcement Learning under Partial Observability

2025-04-11 · Paul J. Pritz, Kin K. Leung

Reinforcement learning in partially observable environments is typically challenging, as it requires agents to learn an estimate of the underlying system state. These challenges are exacerbated in multi-agent settings, w…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Reinforcement Learning for Charging Optimization of Inhomogeneous Dicke Quantum Batteries

2025-11-15 · Xiaobin Song, Siyuan Bai, Da-Wei Wang, Hanxiao Tao 외 arxiv

Charging optimization is a key challenge to the implementation of quantum batteries, particularly under inhomogeneity and partial observability. This paper employs reinforcement learning to optimize piecewise-constant ch…

Reinforcement Learning

Guided Policy Optimization under Partial Observability

2025-05-21 · Yueheng Li, Guangming Xie, Zongqing Lu

Reinforcement Learning (RL) in partially observable environments poses significant challenges due to the complexity of learning under uncertainty. While additional information, such as that available in simulations, can …

continuous-controlContinuous ControlImitation LearningReinforcement Learning (RL)

Active Vision Reinforcement Learning under Limited Visual Observability

2023-06-01 · NeurIPS 2023 11 · Jinghuan Shang, Michael S. Ryoo

In this work, we investigate Active Vision Reinforcement Learning (ActiveVision-RL), where an embodied agent simultaneously learns action policy for the task while also controlling its visual observations in partially ob…

reinforcement-learningReinforcement Learning