paper-with-me

Papers

Forced Exploration in Bandit Problems

2023-12-12 · Han Qi, Fei Guo, Li Zhu

The multi-armed bandit(MAB) is a classical sequential decision problem. Most work requires assumptions about the reward distribution (e.g., bounded), while practitioners may have difficulty obtaining information about these distributions to design models for their problems, especially in non-stationary MAB problems. This paper aims to design a multi-armed bandit algorithm that can be implemented without using information about the reward distribution while still achieving substantial regret upper bounds. To this end, we propose a novel algorithm alternating between greedy rule and forced exploration. Our method can be applied to Gaussian, Bernoulli and other subgaussian distributions, and its implementation does not require additional information. We employ a unified analysis method for different forced exploration strategies and provide problem-dependent regret upper bounds for stationary and piecewise-stationary settings. Furthermore, we compare our algorithm with popular bandit algorithms on different reward distributions.

📄 PDF Abstract BibTeX arXiv:2312.07285

Code (1)

qh1874/Force_Explor 공식 구현

Similar Papers 제목 키워드 기반

Forced-exploration free Strategies for Unimodal Bandits

2020-06-30 · Hassan Saber, Pierre Ménard, Odalric-Ambrym Maillard

We consider a multi-armed bandit problem specified by a set of Gaussian or Bernoulli distributions endowed with a unimodal structure. Although this problem has been addressed in the literature (Combes and Proutiere, 2014…

When and why randomised exploration works (in linear bandits)

2025-02-13 · Marc Abeille, David Janz, Ciara Pike-Burke

We provide an approach for the analysis of randomised exploration algorithms like Thompson sampling that does not rely on forced optimism or posterior inflation. With this, we demonstrate that in the $d$-dimensional line…

Thompson Sampling

Thompson Sampling and Approximate Inference

2019-12-01 · NeurIPS 2019 12 · My Phan, Yasin Abbasi Yadkori, Justin Domke

We study the effects of approximate inference on the performance of Thompson sampling in the $k$-armed bandit problems. Thompson sampling is a successful algorithm for online decision-making but requires posterior infere…

Decision MakingThompson Sampling

Thompson Sampling with Approximate Inference

2019-08-14 · NeurIPS 2019 12 · My Phan, Yasin Abbasi-Yadkori, Justin Domke

We study the effects of approximate inference on the performance of Thompson sampling in the $k$-armed bandit problems. Thompson sampling is a successful algorithm for online decision-making but requires posterior infere…

Decision MakingThompson Sampling

Finite-time Analysis of Globally Nonstationary Multi-Armed Bandits

2021-07-23 · Junpei Komiyama, Edouard Fouché, Junya Honda

We consider nonstationary multi-armed bandit problems where the model parameters of the arms change over time. We introduce the adaptive resetting bandit (ADR-bandit), a bandit algorithm class that leverages adaptive win…

Multi-Armed Bandits