paper-with-me

홈 › Papers

More for Less: Safe Policy Improvement With Stronger Performance Guarantees

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

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 to SPI require a high number of samples to provide practical probabilistic guarantees on the improved policy's performance. We present a novel approach to the SPI problem that provides the means to require less data for such guarantees. Specifically, to prove the correctness of these guarantees, we devise implicit transformations on the data set and the underlying environment model that serve as theoretical foundations to derive tighter improvement bounds for SPI. Our empirical evaluation, using the well-established SPI with baseline bootstrapping (SPIBB) algorithm, on standard benchmarks shows that our method indeed significantly reduces the sample complexity of the SPIBB algorithm.

📄 PDF Abstract BibTeX arXiv:2305.07958

Code (1)

lava-lab/improved_spi 공식 구현

Similar Papers 제목 키워드 기반

Safe Policy Improvement with Soft Baseline Bootstrapping

2019-07-11 · Kimia Nadjahi, Romain Laroche, Rémi Tachet des Combes

Batch Reinforcement Learning (Batch RL) consists in training a policy using trajectories collected with another policy, called the behavioural policy. Safe policy improvement (SPI) provides guarantees with high probabili…

Reinforcement Learning

Greedification Operators for Policy Optimization: Investigating Forward and Reverse KL Divergences

2021-07-17 · Alan Chan, Hugo Silva, Sungsu Lim, Tadashi Kozuno 외

Approximate Policy Iteration (API) algorithms alternate between (approximate) policy evaluation and (approximate) greedification. Many different approaches have been explored for approximate policy evaluation, but less i…

Policy Gradient Methods

SOE: Sample-Efficient Robot Policy Self-Improvement via On-Manifold Exploration

2025-09-23 · Yang Jin, Jun Lv, Han Xue, Wendi Chen 외 arxiv

Intelligent agents progress by continually refining their capabilities through actively exploring environments. Yet robot policies often lack sufficient exploration capability due to action mode collapse. Existing method…

Safe Reinforcement Learning for Legged Locomotion

2022-03-05 · Tsung-Yen Yang, Tingnan Zhang, Linda Luu, Sehoon Ha 외

Designing control policies for legged locomotion is complex due to the under-actuated and non-continuous robot dynamics. Model-free reinforcement learning provides promising tools to tackle this challenge. However, a maj…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

SPAARS: Safer RL Policy Alignment through Abstract Exploration and Refined Exploitation of Action Space

2026-03-10 · Swaminathan S K, Aritra Hazra arxiv

Offline-to-online reinforcement learning (RL) offers a promising paradigm for robotics by pre-training policies on safe, offline demonstrations and fine-tuning them via online interaction. However, a fundamental challeng…

Reinforcement Learning