paper-with-me

Papers

Point-Based Methods for Model Checking in Partially Observable Markov Decision Processes

2020-01-11 · Maxime Bouton, Jana Tumova, Mykel J. Kochenderfer

Autonomous systems are often required to operate in partially observable environments. They must reliably execute a specified objective even with incomplete information about the state of the environment. We propose a methodology to synthesize policies that satisfy a linear temporal logic formula in a partially observable Markov decision process (POMDP). By formulating a planning problem, we show how to use point-based value iteration methods to efficiently approximate the maximum probability of satisfying a desired logical formula and compute the associated belief state policy. We demonstrate that our method scales to large POMDP domains and provides strong bounds on the performance of the resulting policy.

📄 PDF Abstract BibTeX arXiv:2001.03809

Code (1)

sisl/POMDPModelChecking.jl 공식 구현

Similar 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 observati…

Q-Learning

Improving Training Result of Partially Observable Markov Decision Process by Filtering Beliefs

2021-01-05 · Oscar LiJen Hsu

In this study I proposed a filtering beliefs method for improving performance of Partially Observable Markov Decision Processes(POMDPs), which is a method wildly used in autonomous robot and many other domains concerning…

Pseudo Random Number Generation through Reinforcement Learning and Recurrent Neural Networks

2020-10-31 · Luca Pasqualini, Maurizio Parton

A Pseudo-Random Number Generator (PRNG) is any algorithm generating a sequence of numbers approximating properties of random numbers. These numbers are widely employed in mid-level cryptography and in software applicatio…

reinforcement-learningReinforcement Learning (RL)

Improving Existing Fault Recovery Policies

2009-12-01 · NeurIPS 2009 12 · Guy Shani, Christopher Meek

Automated recovery from failures is a key component in the management of large data centers. Such systems typically employ a hand-made controller created by an expert. While such controllers capture many important aspect…

Decision MakingDecision Making Under UncertaintyManagement

MM Algorithms to Estimate Parameters in Continuous-time Markov Chains

2023-02-16 · Giovanni Bacci, Anna Ingólfsdóttir, Kim G. Larsen, Raphaël Reynouard

Continuous-time Markov chains (CTMCs) are popular modeling formalism that constitutes the underlying semantics for real-time probabilistic systems such as queuing networks, stochastic process algebras, and calculi for sy…