paper-with-me

Papers

A universal policy wrapper with guarantees

2025-05-18 · Anton Bolychev, Georgiy Malaniya, Grigory Yaremenko, Anastasia Krasnaya, Pavel Osinenko

We introduce a universal policy wrapper for reinforcement learning agents that ensures formal goal-reaching guarantees. In contrast to standard reinforcement learning algorithms that excel in performance but lack rigorous safety assurances, our wrapper selectively switches between a high-performing base policy -- derived from any existing RL method -- and a fallback policy with known convergence properties. Base policy's value function supervises this switching process, determining when the fallback policy should override the base policy to ensure the system remains on a stable path. The analysis proves that our wrapper inherits the fallback policy's goal-reaching guarantees while preserving or improving upon the performance of the base policy. Notably, it operates without needing additional system knowledge or online constrained optimization, making it readily deployable across diverse reinforcement learning architectures and tasks.

📄 PDF Abstract BibTeX arXiv:2505.12354

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

SuperSuit: Simple Microwrappers for Reinforcement Learning Environments

2020-08-17 · Justin K. Terry, Benjamin Black, Ananth Hari

In reinforcement learning, wrappers are universally used to transform the information that passes between a model and an environment. Despite their ubiquity, no library exists with reasonable implementations of all popul…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Refusing Intent, Not Form: Wrapper-Based Intent-Group Supervision for LLM Safety

2026-08-13 · Ping Wu, Haibo Tong, Feifei Zhao, Han Shen 외 arxiv

Safety tuning can improve harmful refusal, but models may learn surface-form shortcuts: wrapped harmful prompts bypass safety, while similarly wrapped benign prompts are over-refused. We propose Wrapper-Based Intent-Form…

SAFE-KD: Risk-Controlled Early-Exit Distillation for Vision Backbones

2026-02-03 · Salim Khazem arxiv

Early-exit networks reduce inference cost by allowing ``easy'' inputs to stop early, but practical deployment hinges on knowing \emph{when} early exit is safe. We introduce SAFE-KD, a universal multi-exit wrapper for mod…

Knowledge Distillation

Constant Swap Regret in General-Sum Games via Optimistic Transition Matrices

2026-09-15 · Tung Mai arxiv

We give deterministic and uncoupled learning dynamics for finite multiplayer general-sum games under full-information feedback that achieve constant individual swap regret, independent of the horizon $T$. With $n$ player…

Water-Filling is Universally Minimax Optimal

2026-03-27 · Siddhartha Banerjee, Ramiro N. Deo-Campo Vuong, Robert Kleinberg arxiv

Allocation of dynamically-arriving (i.e., online) divisible resources among a set of offline agents is a fundamental problem, with applications to online marketplaces, scheduling, portfolio selection, signal processing, …