paper-with-me

홈 › Papers

Logarithmic Smoothing for Pessimistic Off-Policy Evaluation, Selection and Learning

2024-05-23 · Otmane Sakhi, Imad Aouali, Pierre Alquier, Nicolas Chopin

This work investigates the offline formulation of the contextual bandit problem, where the goal is to leverage past interactions collected under a behavior policy to evaluate, select, and learn new, potentially better-performing, policies. Motivated by critical applications, we move beyond point estimators. Instead, we adopt the principle of pessimism where we construct upper bounds that assess a policy's worst-case performance, enabling us to confidently select and learn improved policies. Precisely, we introduce novel, fully empirical concentration bounds for a broad class of importance weighting risk estimators. These bounds are general enough to cover most existing estimators and pave the way for the development of new ones. In particular, our pursuit of the tightest bound within this class motivates a novel estimator (LS), that logarithmically smooths large importance weights. The bound for LS is provably tighter than its competitors, and naturally results in improved policy selection and learning strategies. Extensive policy evaluation, selection, and learning experiments highlight the versatility and favorable performance of LS.

📄 PDF Abstract BibTeX arXiv:2405.14335

Code (1)

otmhi/offpolicy_ls 공식 구현 jax

Tasks

Off-policy evaluation

Similar Papers 제목 키워드 기반

Logarithmic Smoothing for Adaptive PAC-Bayesian Off-Policy Learning

2025-06-12 · Maxime Haddouche, Otmane Sakhi

Off-policy learning serves as the primary framework for learning optimal policies from logged interactions collected under a static behavior policy. In this work, we investigate the more practical and flexible setting of…

Pessimistic Model Selection for Offline Deep Reinforcement Learning

2021-11-29 · Chao-Han Huck Yang, Zhengling Qi, Yifan Cui, Pin-Yu Chen

Deep Reinforcement Learning (DRL) has demonstrated great potentials in solving sequential decision making problems in many applications. Despite its promising performance, practical gaps exist when deploying DRL in real-…

Decision MakingDeep Reinforcement LearningModel Selectionreinforcement-learning+3

MOReL: Model-Based Offline Reinforcement Learning

2020-12-01 · NeurIPS 2020 12 · Rahul Kidambi, Aravind Rajeswaran, Praneeth Netrapalli, Thorsten Joachims

In offline reinforcement learning (RL), the goal is to learn a highly rewarding policy based solely on a dataset of historical interactions with the environment. This serves as an extreme test for an agent's ability to e…

modelOffline RLreinforcement-learningReinforcement Learning+1

Fast Best-in-Class Regret for Contextual Bandits

2025-10-17 · Samuel Girard, Aurelien Bibaut, Arthur Gretton, Nathan Kallus 외 arxiv

We study the problem of stochastic contextual bandits in the agnostic setting, where the goal is to compete with the best policy in a given class without assuming realizability or imposing model restrictions on losses or…

TT-DAC-PS: Twin-Target Deterministic Actor-Critic with Policy Smoothing for Optimal Trade Execution

2026-06-07 · Ilia Zaznov, Atta Badii, Julian Kunkel, Alfonso Dufour arxiv

This study addresses the optimal execution of large stock sell programs by introducing TT-DAC-PS (Twin-Target Deterministic Actor-Critic with Policy Smoothing), a deterministic actor-critic architecture that combines twi…