paper-with-me

Papers

Multi-Objective SPIBB: Seldonian Offline Policy Improvement with Safety Constraints in Finite MDPs

2021-05-31 · NeurIPS 2021 12 · Harsh Satija, Philip S. Thomas, Joelle Pineau, Romain Laroche

We study the problem of Safe Policy Improvement (SPI) under constraints in the offline Reinforcement Learning (RL) setting. We consider the scenario where: (i) we have a dataset collected under a known baseline policy, (ii) multiple reward signals are received from the environment inducing as many objectives to optimize. We present an SPI formulation for this RL setting that takes into account the preferences of the algorithm's user for handling the trade-offs for different reward signals while ensuring that the new policy performs at least as well as the baseline policy along each individual objective. We build on traditional SPI algorithms and propose a novel method based on Safe Policy Iteration with Baseline Bootstrapping (SPIBB, Laroche et al., 2019) that provides high probability guarantees on the performance of the agent in the true environment. We show the effectiveness of our method on a synthetic grid-world safety task as well as in a real-world critical care context to learn a policy for the administration of IV fluids and vasopressors to treat sepsis.

📄 PDF Abstract BibTeX arXiv:2106.00099

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Safe Policy Improvement Approaches and their Limitations

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

Safe Policy Improvement (SPI) is an important technique for offline reinforcement learning in safety critical applications as it improves the behavior policy with a high probability. We classify various SPI approaches fr…

Incorporating Explicit Uncertainty Estimates into Deep Offline Reinforcement Learning

2022-06-02 · David Brandfonbrener, Remi Tachet des Combes, Romain Laroche

Most theoretically motivated work in the offline reinforcement learning setting requires precise uncertainty estimates. This requirement restricts the algorithms derived in that work to the tabular and linear settings wh…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

More for Less: Safe Policy Improvement With Stronger Performance Guarantees

2023-05-13 · Patrick Wienhöft, Marnix Suilen, Thiago D. Simão, Clemens Dubslaff 외

In an offline reinforcement learning setting, the safe policy improvement (SPI) problem aims to improve the performance of a behavior policy according to which sample data has been generated. State-of-the-art approaches …

Safe Policy Improvement with Baseline Bootstrapping

2017-12-19 · Romain Laroche, Paul Trichelair, Rémi Tachet des Combes

This paper considers Safe Policy Improvement (SPI) in Batch Reinforcement Learning (Batch RL): from a fixed dataset and without direct access to the true environment, train a policy that is guaranteed to perform at least…

Reinforcement Learning

Safe Policy Improvement with an Estimated Baseline Policy

2019-09-11 · Thiago D. Simão, Romain Laroche, Rémi Tachet des Combes

Previous work has shown the unreliability of existing algorithms in the batch Reinforcement Learning setting, and proposed the theoretically-grounded Safe Policy Improvement with Baseline Bootstrapping (SPIBB) fix: repro…

ManagementReinforcement Learning