paper-with-me

Papers

Safe Policy Improvement Approaches on Discrete Markov Decision Processes

2022-01-28 · Philipp Scholl, Felix Dietrich, Clemens Otte, Steffen Udluft

Safe Policy Improvement (SPI) aims at provable guarantees that a learned policy is at least approximately as good as a given baseline policy. Building on SPI with Soft Baseline Bootstrapping (Soft-SPIBB) by Nadjahi et al., we identify theoretical issues in their approach, provide a corrected theory, and derive a new algorithm that is provably safe on finite Markov Decision Processes (MDP). Additionally, we provide a heuristic algorithm that exhibits the best performance among many state of the art SPI algorithms on two different benchmarks. Furthermore, we introduce a taxonomy of SPI algorithms and empirically show an interesting property of two classes of SPI algorithms: while the mean performance of algorithms that incorporate the uncertainty as a penalty on the action-value is higher, actively restricting the set of policies more consistently produces good policies and is, thus, safer.

📄 PDF Abstract BibTeX arXiv:2201.12175

Code (1)

philipp238/safe-policy-improvement-approaches-on-discrete-markov-decision-processes 공식 구현

Similar Papers 제목 키워드 기반

Distillation of RL Policies with Formal Guarantees via Variational Abstraction of Markov Decision Processes (Technical Report)

2021-12-17 · Florent Delgrange, Ann Nowé, Guillermo A. Pérez

We consider the challenge of policy simplification and verification in the context of policies learned through reinforcement learning (RL) in continuous environments. In well-behaved settings, RL algorithms have converge…

Reinforcement Learning (RL)

Safe Policy Improvement in Constrained Markov Decision Processes

2022-10-20 · Luigi Berducci, Radu Grosu

The automatic synthesis of a policy through reinforcement learning (RL) from a given set of formal requirements depends on the construction of a reward signal and consists of the iterative application of many policy-impr…

Reinforcement Learning (RL)

Multi-Objective Policy Gradients with Topological Constraints

2022-09-15 · Kyle Hollins Wray, Stas Tiomkin, Mykel J. Kochenderfer, Pieter Abbeel

Multi-objective optimization models that encode ordered sequential constraints provide a solution to model various challenging problems including encoding preferences, modeling a curriculum, and enforcing measures of saf…

Deep Reinforcement Learning

Policy Learning of MDPs with Mixed Continuous/Discrete Variables: A Case Study on Model-Free Control of Markovian Jump Systems

2020-06-04 · L4DC 2020 6 · Joao Paulo Jansch-Porto, Bin Hu, Geir Dullerud

Markovian jump linear systems (MJLS) are an important class of dynamical systems that arise in many control applications. In this paper, we introduce the problem of controlling unknown (discrete-time) MJLS as a new bench…

Adaptive Failure Search Using Critical States from Domain Experts

2023-04-01 · Peter Du, Katherine Driggs-Campbell

Uncovering potential failure cases is a crucial step in the validation of safety critical systems such as autonomous vehicles. Failure search may be done through logging substantial vehicle miles in either simulation or …

Autonomous DrivingAutonomous Vehicles