paper-with-me

홈 › Papers

Rotting Infinitely Many-armed Bandits

2022-01-31 · Jung-hun Kim, Milan Vojnovic, Se-Young Yun

We consider the infinitely many-armed bandit problem with rotting rewards, where the mean reward of an arm decreases at each pull of the arm according to an arbitrary trend with maximum rotting rate $\varrho=o(1)$. We show that this learning problem has an $\Omega(\max\{\varrho^{1/3}T,\sqrt{T}\})$ worst-case regret lower bound where $T$ is the horizon time. We show that a matching upper bound $\tilde{O}(\max\{\varrho^{1/3}T,\sqrt{T}\})$, up to a poly-logarithmic factor, can be achieved by an algorithm that uses a UCB index for each arm and a threshold value to decide whether to continue pulling an arm or remove the arm from further consideration, when the algorithm knows the value of the maximum rotting rate $\varrho$. We also show that an $\tilde{O}(\max\{\varrho^{1/3}T,T^{3/4}\})$ regret upper bound can be achieved by an algorithm that does not know the value of $\varrho$, by using an adaptive UCB index along with an adaptive threshold value.

📄 PDF Abstract BibTeX arXiv:2201.12975

Code (1)

junghunkim7786/rotting_infinite_armed_bandits 공식 구현

Similar Papers 제목 키워드 기반

An Adaptive Approach for Infinitely Many-armed Bandits under Generalized Rotting Constraints

2024-04-22 · Jung-hun Kim, Milan Vojnovic, Se-Young Yun

In this study, we consider the infinitely many-armed bandit problems in a rested rotting setting, where the mean reward of an arm may decrease with each pull, while otherwise, it remains unchanged. We explore two scenari…

Rotting Bandits

2017-02-23 · NeurIPS 2017 12 · Nir Levine, Koby Crammer, Shie Mannor

The Multi-Armed Bandits (MAB) framework highlights the tension between acquiring new knowledge (Exploration) and leveraging available knowledge (Exploitation). In the classical MAB problem, a decision maker must choose a…

Multi-Armed Bandits

Simple regret for infinitely many armed bandits

2015-05-18 · Alexandra Carpentier, Michal Valko

We consider a stochastic bandit problem with infinitely many arms. In this setting, the learner has no chance of trying all the arms even once and has to dedicate its limited number of samples only to a certain number of…

Rotting bandits are not harder than stochastic ones

2018-11-27 · Julien Seznec, Andrea Locatelli, Alexandra Carpentier, Alessandro Lazaric 외

In stochastic multi-armed bandits, the reward distribution of each arm is assumed to be stationary. This assumption is often violated in practice (e.g., in recommendation systems), where the reward of an arm may change w…

Multi-Armed BanditsRecommendation Systems

Algorithms for Infinitely Many-Armed Bandits

2008-12-01 · NeurIPS 2008 12 · Yizao Wang, Jean-Yves Audibert, Rémi Munos

We consider multi-armed bandit problems where the number of arms is larger than the possible number of experiments. We make a stochastic assumption on the mean-reward of a new selected arm which characterizes its probabi…