paper-with-me

Papers

Robust Probabilistic Model Checking with Continuous Reward Domains

2025-02-06 · Xiaotong Ji, Hanchun Wang, Antonio Filieri, Ilenia Epifani

Probabilistic model checking traditionally verifies properties on the expected value of a measure of interest. This restriction may fail to capture the quality of service of a significant proportion of a system's runs, especially when the probability distribution of the measure of interest is poorly represented by its expected value due to heavy-tail behaviors or multiple modalities. Recent works inspired by distributional reinforcement learning use discrete histograms to approximate integer reward distribution, but they struggle with continuous reward space and present challenges in balancing accuracy and scalability. We propose a novel method for handling both continuous and discrete reward distributions in Discrete Time Markov Chains using moment matching with Erlang mixtures. By analytically deriving higher-order moments through Moment Generating Functions, our method approximates the reward distribution with theoretically bounded error while preserving the statistical properties of the true distribution. This detailed distributional insight enables the formulation and robust model checking of quality properties based on the entire reward distribution function, rather than restricting to its expected value. We include a theoretical foundation ensuring bounded approximation errors, along with an experimental evaluation demonstrating our method's accuracy and scalability in practical model-checking problems.

📄 PDF Abstract BibTeX arXiv:2502.04530

Code (0)

등록된 구현이 없습니다.

Tasks

Distributional Reinforcement Learningmodel

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Lifted Model Checking for Relational MDPs

2021-06-22 · Wen-Chi Yang, Jean-François Raskin, Luc De Raedt

Probabilistic model checking has been developed for verifying systems that have stochastic and nondeterministic behavior. Given a probabilistic system, a probabilistic model checker takes a property and checks whether or…

modelModel-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

PAC Statistical Model Checking of Mean Payoff in Discrete- and Continuous-Time MDP

2022-06-03 · Chaitanya Agarwal, Shibashis Guha, Jan Křetínský, M. Pazhamalai

Markov decision processes (MDP) and continuous-time MDP (CTMDP) are the fundamental models for non-deterministic systems with probabilistic uncertainty. Mean payoff (a.k.a. long-run average reward) is one of the most cla…

On Assessing The Safety of Reinforcement Learning algorithms Using Formal Methods

2021-11-08 · Paulina Stevia Nouwou Mindom, Amin Nikanjam, Foutse khomh, John Mullins

The increasing adoption of Reinforcement Learning in safety-critical systems domains such as autonomous vehicles, health, and aviation raises the need for ensuring their safety. Existing safety mechanisms such as adversa…

Autonomous VehiclesQ-Learningreinforcement-learningReinforcement Learning (RL)

Risk Aware Adaptive Belief-dependent Probabilistically Constrained Continuous POMDP Planning

2022-09-06 · Andrey Zhitnikov, Vadim Indelman

Although risk awareness is fundamental to an online operating agent, it has received less attention in the challenging continuous domain and under partial observability. This paper presents a novel formulation and soluti…

Shepherding Hordes of Markov Chains

2019-02-15 · Milan Ceska, Nils Jansen, Sebastian Junges, Joost-Pieter Katoen

This paper considers large families of Markov chains (MCs) that are defined over a set of parameters with finite discrete domains. Such families occur in software product lines, planning under partial observability, and …