paper-with-me

홈 › Papers

Formal Language Constraints for Markov Decision Processes

2019-10-02 · Eleanor Quint, Dong Xu, Samuel Flint, Stephen Scott, Matthew Dwyer

In order to satisfy safety conditions, an agent may be constrained from acting freely. A safe controller can be designed a priori if an environment is well understood, but not when learning is employed. In particular, reinforcement learned (RL) controllers require exploration, which can be hazardous in safety critical situations. We study the benefits of giving structure to the constraints of a constrained Markov decision process by specifying them in formal languages as a step towards using safety methods from software engineering and controller synthesis. We instantiate these constraints as finite automata to efficiently recognise constraint violations. Constraint states are then used to augment the underlying MDP state and to learn a dense cost function, easing the problem of quickly learning joint MDP/constraint dynamics. We empirically evaluate the effect of these methods on training a variety of RL algorithms over several constraints specified in Safety Gym, MuJoCo, and Atari environments.

📄 PDF Abstract BibTeX arXiv:1910.01074

Code (1)

neurips2019submission/Formal-Language-Constraints-for-Markov-Decision-Processes 공식 구현 tf

Tasks

Atari GamesMuJoCo

Similar Papers 제목 키워드 기반

Formal Language Constrained Markov Decision Processes

2021-01-01 · Eleanor Quint, Dong Xu, Samuel W Flint, Stephen D Scott 외

In order to satisfy safety conditions, an agent may be constrained from acting freely. A safe controller can be designed a priori if an environment is well understood, but not when learning is employed. In particular, re…

MuJoCo

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…

Formally Verified Solution Methods for Infinite-Horizon Markov Decision Processes

2022-06-05 · Maximilian Schäfeller, Mohammad Abdulaziz

We formally verify executable algorithms for solving Markov decision processes (MDPs) in the interactive theorem prover Isabelle/HOL. We build on existing formalizations of probability theory to analyze the expected tota…

Robust Anytime Learning of Markov Decision Processes

2022-05-31 · Marnix Suilen, Thiago D. Simão, David Parker, Nils Jansen

Markov decision processes (MDPs) are formal models commonly used in sequential decision-making. MDPs capture the stochasticity that may arise, for instance, from imprecise actuators via probabilities in the transition fu…

Bayesian InferenceDecision MakingSequential Decision Making

Planning with Information-Processing Constraints and Model Uncertainty in Markov Decision Processes

2016-04-07 · Jordi Grau-Moya, Felix Leibfried, Tim Genewein, Daniel A. Braun

Information-theoretic principles for learning and acting have been proposed to solve particular classes of Markov Decision Problems. Mathematically, such approaches are governed by a variational free energy principle and…