paper-with-me

Papers

Hidden Markov Model Estimation-Based Q-learning for Partially Observable Markov Decision Process

2018-09-17 · Hyung-Jin Yoon, Donghwan Lee, Naira Hovakimyan

The objective is to study an on-line Hidden Markov model (HMM) estimation-based Q-learning algorithm for partially observable Markov decision process (POMDP) on finite state and action sets. When the full state observation is available, Q-learning finds the optimal action-value function given the current action (Q function). However, Q-learning can perform poorly when the full state observation is not available. In this paper, we formulate the POMDP estimation into a HMM estimation problem and propose a recursive algorithm to estimate both the POMDP parameter and Q function concurrently. Also, we show that the POMDP estimation converges to a set of stationary points for the maximum likelihood estimate, and the Q function estimation converges to a fixed point that satisfies the Bellman optimality equation weighted on the invariant distribution of the state belief determined by the HMM estimation process.

📄 PDF Abstract BibTeX arXiv:1809.06401

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

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 제목 키워드 기반

The Partially Observable Hidden Markov Model and its Application to Keystroke Dynamics

2016-07-13 · John V. Monaco, Charles C. Tappert

The partially observable hidden Markov model is an extension of the hidden Markov Model in which the hidden state is conditioned on an independent Markov chain. This structure is motivated by the presence of discrete met…

End-to-End Policy Gradient Method for POMDPs and Explainable Agents

2023-04-19 · Soichiro Nishimori, Sotetsu Koyamada, Shin Ishii

Real-world decision-making problems are often partially observable, and many can be formulated as a Partially Observable Markov Decision Process (POMDP). When we apply reinforcement learning (RL) algorithms to the POMDP,…

Autonomous DrivingDecision Makingreinforcement-learningReinforcement Learning (RL)

Technical Report: Distribution Temporal Logic: Combining Correctness with Quality of Estimation

2013-09-09 · Austin Jones, Mac Schwager, Calin Belta

We present a new temporal logic called Distribution Temporal Logic (DTL) defined over predicates of belief states and hidden states of partially observable systems. DTL can express properties involving uncertainty and li…

Perspective-Shifted Neuro-Symbolic World Models: A Framework for Socially-Aware Robot Navigation

2025-03-26 · Kevin Alcedo, Pedro U. Lima, Rachid Alami

Navigating in environments alongside humans requires agents to reason under uncertainty and account for the beliefs and intentions of those around them. Under a sequential decision-making framework, egocentric navigation…

Decision MakingModel-based Reinforcement LearningRobot NavigationSequential Decision Making+1

Regime Switching Bandits

2020-01-26 · NeurIPS 2021 12 · Xiang Zhou, Yi Xiong, Ningyuan Chen, Xuefeng Gao

We study a multi-armed bandit problem where the rewards exhibit regime switching. Specifically, the distributions of the random rewards generated from all arms are modulated by a common underlying state modeled as a fini…

Reinforcement Learning