paper-with-me

홈 › Papers

Finding Safe Zones of policies Markov Decision Processes

2022-02-23 · Lee Cohen, Yishay Mansour, Michal Moshkovitz

Given a policy of a Markov Decision Process, we define a SafeZone as a subset of states, such that most of the policy's trajectories are confined to this subset. The quality of a SafeZone is parameterized by the number of states and the escape probability, i.e., the probability that a random trajectory will leave the subset. SafeZones are especially interesting when they have a small number of states and low escape probability. We study the complexity of finding optimal SafeZones, and show that in general, the problem is computationally hard. Our main result is a bi-criteria approximation learning algorithm with a factor of almost $2$ approximation for both the escape probability and SafeZone size, using a polynomial size sample complexity.

📄 PDF Abstract BibTeX arXiv:2202.11593

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Finding Safe Zones of Markov Decision Processes Policies

2023-09-21 · NeurIPS 2023 11

Given a policy of a Markov Decision Process, we define a SafeZone as a subset of states, such that most of the policy's trajectories are confined to this subset. The quality of a SafeZone is parameterized by the number o…

Reinforcement Learning with Almost Sure Constraints

2021-12-09 · Agustin Castellano, Hancheng Min, Juan Bazerque, Enrique Mallada

In this work we address the problem of finding feasible policies for Constrained Markov Decision Processes under probability one constraints. We argue that stationary policies are not sufficient for solving this problem,…

Navigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Safe Policies with Cost-sensitive Advantage Estimation

2021-01-01 · Bingyi Kang, Shie Mannor, Jiashi Feng

Reinforcement Learning (RL) with safety guarantee is critical for agents performing tasks in risky environments. Recent safe RL algorithms, developed based on Constrained Markov Decision Process (CMDP), mostly take the s…

Reinforcement Learning (RL)

Threshold UCT: Cost-Constrained Monte Carlo Tree Search with Pareto Curves

2024-12-18 · Martin Kurečka, Václav Nevyhoštěný, Petr Novotný, Vít Unčovský

Constrained Markov decision processes (CMDPs), in which the agent optimizes expected payoffs while keeping the expected cost below a given threshold, are the leading framework for safe sequential decision making under st…

Decision MakingSequential Decision Making

Robust Asymmetric Learning in POMDPs

2020-12-31 · Andrew Warrington, J. Wilder Lavington, Adam Ścibior, Mark Schmidt 외

Policies for partially observed Markov decision processes can be efficiently learned by imitating policies for the corresponding fully observed Markov decision processes. Unfortunately, existing approaches for this kind …

Imitation Learning