paper-with-me

홈 › Papers

Deep Bandits Show-Off: Simple and Efficient Exploration with Deep Networks

2021-05-10 · NeurIPS 2021 12 · Rong Zhu, Mattia Rigotti

Designing efficient exploration is central to Reinforcement Learning due to the fundamental problem posed by the exploration-exploitation dilemma. Bayesian exploration strategies like Thompson Sampling resolve this trade-off in a principled way by modeling and updating the distribution of the parameters of the action-value function, the outcome model of the environment. However, this technique becomes infeasible for complex environments due to the computational intractability of maintaining probability distributions over parameters of outcome models of corresponding complexity. Moreover, the approximation techniques introduced to mitigate this issue typically result in poor exploration-exploitation trade-offs, as observed in the case of deep neural network models with approximate posterior methods that have been shown to underperform in the deep bandit scenario. In this paper we introduce Sample Average Uncertainty (SAU), a simple and efficient uncertainty measure for contextual bandits. While Bayesian approaches like Thompson Sampling estimate outcomes uncertainty indirectly by first quantifying the variability over the parameters of the outcome model, SAU is a frequentist approach that directly estimates the uncertainty of the outcomes based on the value predictions. Importantly, we show theoretically that the uncertainty measure estimated by SAU asymptotically matches the uncertainty provided by Thompson Sampling, as well as its regret bounds. Because of its simplicity SAU can be seamlessly applied to deep contextual bandits as a very scalable drop-in replacement for epsilon-greedy exploration. We confirm empirically our theory by showing that SAU-based exploration outperforms current state-of-the-art deep Bayesian bandit methods on several real-world datasets at modest computation cost. Code is available at \url{https://github.com/ibm/sau-explore}.

📄 PDF Abstract BibTeX arXiv:2105.04683

Code (1)

IBM/sau-explore 공식 구현 pytorch

Tasks

Efficient ExplorationMulti-Armed BanditsThompson Sampling

Similar Papers 제목 키워드 기반

Parameterized Exploration

2019-07-13 · Jesse Clifton, Lili Wu, Eric Laber

We introduce Parameterized Exploration (PE), a simple family of methods for model-based tuning of the exploration schedule in sequential decision problems. Unlike common heuristics for exploration, our method accounts fo…

Multi-Armed Bandits

Near Optimal Pure Exploration in Logistic Bandits

2024-10-28 · Eduardo Ochoa Rivera, Ambuj Tewari

Bandit algorithms have garnered significant attention due to their practical applications in real-world scenarios. However, beyond simple settings such as multi-arm or linear bandits, optimal algorithms remain scarce. No…

Randomized Exploration for Linear Bandits via Absolute Perturbations

2026-06-26 · Toshinori Kitamura, Shuai Liu, Csaba Szepesvári arxiv

In stochastic linear bandits, the canonical Upper Confidence Bound (UCB) algorithm admits a simple frequentist regret analysis but can be computationally demanding, while Thompson Sampling (TS) is computationally attract…

Computational Efficiency

Simple Regret Minimization for Contextual Bandits

2018-10-17 · Aniket Anand Deshmukh, Srinagesh Sharma, James W. Cutler, Mark Moldwin 외

There are two variants of the classical multi-armed bandit (MAB) problem that have received considerable attention from machine learning researchers in recent years: contextual bandits and simple regret minimization. Con…

Multi-Armed Bandits

Gamification of Pure Exploration for Linear Bandits

2020-07-02 · ICML 2020 1 · Rémy Degenne, Pierre Ménard, Xuedong Shang, Michal Valko

We investigate an active pure-exploration setting, that includes best-arm identification, in the context of linear stochastic bandits. While asymptotically optimal algorithms exist for standard multi-arm bandits, the exi…

Experimental Design