paper-with-me

Papers

Strategy Synthesis in Markov Decision Processes Under Limited Sampling Access

2023-03-22 · Christel Baier, Clemens Dubslaff, Patrick Wienhöft, Stefan J. Kiebel

A central task in control theory, artificial intelligence, and formal methods is to synthesize reward-maximizing strategies for agents that operate in partially unknown environments. In environments modeled by gray-box Markov decision processes (MDPs), the impact of the agents' actions are known in terms of successor states but not the stochastics involved. In this paper, we devise a strategy synthesis algorithm for gray-box MDPs via reinforcement learning that utilizes interval MDPs as internal model. To compete with limited sampling access in reinforcement learning, we incorporate two novel concepts into our algorithm, focusing on rapid and successful learning rather than on stochastic guarantees and optimality: lower confidence bound exploration reinforces variants of already learned practical strategies and action scoping reduces the learning action space to promising actions. We illustrate benefits of our algorithms by means of a prototypical implementation applied on examples from the AI and formal methods communities.

📄 PDF Abstract BibTeX arXiv:2303.12718

Code (0)

등록된 구현이 없습니다.

Tasks

Novel Conceptsreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Efficient Strategy Synthesis for MDPs with Resource Constraints

2021-05-05 · František Blahoudek, Petr Novotný, Melkior Ornik, Pranay Thangeda 외

We consider qualitative strategy synthesis for the formalism called consumption Markov decision processes. This formalism can model dynamics of an agents that operates under resource constraints in a stochastic environme…

Human-in-the-Loop Synthesis for Partially Observable Markov Decision Processes

2018-02-27 · Steven Carr, Nils Jansen, Ralf Wimmer, Jie Fu 외

We study planning problems where autonomous agents operate inside environments that are subject to uncertainties and not fully observable. Partially observable Markov decision processes (POMDPs) are a natural formal mode…

Scalable control synthesis for stochastic systems via structural IMDP abstractions

2024-11-18 · Frederik Baymler Mathiesen, Sofie Haesaert, Luca Laurenti

This paper introduces a novel abstraction-based framework for controller synthesis of nonlinear discrete-time stochastic systems. The focus is on probabilistic reach-avoid specifications. The framework is based on abstra…

Learning Robust Policies for Uncertain Parametric Markov Decision Processes

2023-12-11 · Luke Rickard, Alessandro Abate, Kostas Margellos

Synthesising verifiably correct controllers for dynamical systems is crucial for safety-critical problems. To achieve this, it is important to account for uncertainty in a robust manner, while at the same time it is ofte…

IntervalMDP.jl: Accelerated Value Iteration for Interval Markov Decision Processes

2024-01-08 · Frederik Baymler Mathiesen, Morteza Lahijanian, Luca Laurenti

In this paper, we present IntervalMDP.jl, a Julia package for probabilistic analysis of interval Markov Decision Processes (IMDPs). IntervalMDP.jl facilitates the synthesis of optimal strategies and verification of IMDPs…

CPUGPU