paper-with-me

Papers

Offline Neural Contextual Bandits: Pessimism, Optimization and Generalization

2021-11-27 · ICLR 2022 4 · Thanh Nguyen-Tang, Sunil Gupta, A. Tuan Nguyen, Svetha Venkatesh

Offline policy learning (OPL) leverages existing data collected a priori for policy optimization without any active exploration. Despite the prevalence and recent interest in this problem, its theoretical and algorithmic foundations in function approximation settings remain under-developed. In this paper, we consider this problem on the axes of distributional shift, optimization, and generalization in offline contextual bandits with neural networks. In particular, we propose a provably efficient offline contextual bandit with neural network function approximation that does not require any functional assumption on the reward. We show that our method provably generalizes over unseen contexts under a milder condition for distributional shift than the existing OPL works. Notably, unlike any other OPL method, our method learns from the offline data in an online manner using stochastic gradient descent, allowing us to leverage the benefits of online learning into an offline setting. Moreover, we show that our method is more computationally efficient and has a better dependence on the effective dimension of the neural network than an online counterpart. Finally, we demonstrate the empirical effectiveness of our method in a range of synthetic and real-world OPL problems.

📄 PDF Abstract BibTeX arXiv:2111.13807

Code (1)

thanhnguyentang/offline_neural_bandits 공식 구현 jax

Tasks

Multi-Armed Bandits

Similar Papers 제목 키워드 기반

Pessimism for Offline Linear Contextual Bandits using $\ell_p$ Confidence Sets

2022-05-21 · Gene Li, Cong Ma, Nathan Srebro

We present a family $\{\hat{\pi}\}_{p\ge 1}$ of pessimistic learning rules for offline learning of linear contextual bandits, relying on confidence sets with respect to different $\ell_p$ norms, where $\hat{\pi}_2$ corre…

Multi-Armed Bandits

Oracle-Efficient Pessimism: Offline Policy Optimization in Contextual Bandits

2023-06-13 · Lequn Wang, Akshay Krishnamurthy, Aleksandrs Slivkins

We consider offline policy optimization (OPO) in contextual bandits, where one is given a fixed dataset of logged interactions. While pessimistic regularizers are typically used to mitigate distribution shift, prior impl…

Multi-Armed Bandits

Bridging Offline Reinforcement Learning and Imitation Learning: A Tale of Pessimism

2021-03-22 · NeurIPS 2021 12 · Paria Rashidinejad, Banghua Zhu, Cong Ma, Jiantao Jiao 외

Offline (or batch) reinforcement learning (RL) algorithms seek to learn an optimal policy from a fixed dataset without active data collection. Based on the composition of the offline dataset, two main categories of metho…

Imitation LearningMulti-Armed BanditsOffline RLreinforcement-learning+1

Generalization in offline RL: The structure is more important than the amount of pessimism

2026-07-02 · Max Weltevrede, Matthijs T. J. Spaan, Wendelin Böhmer arxiv

While pessimism counteracts overestimation bias in offline reinforcement learning (RL), being overly conservative has been associated with hindering certain forms of generalization. However, in this paper we demonstrate …

Reinforcement LearningData AugmentationOffline RL

Improving Offline Contextual Bandits with Distributional Robustness

2020-11-13 · Otmane Sakhi, Louis Faury, Flavian vasile

This paper extends the Distributionally Robust Optimization (DRO) approach for offline contextual bandits. Specifically, we leverage this framework to introduce a convex reformulation of the Counterfactual Risk Minimizat…

counterfactualMulti-Armed BanditsStochastic Optimization