paper-with-me

Papers

What Doubling Tricks Can and Can't Do for Multi-Armed Bandits

2018-03-19 · Lilian Besson, Emilie Kaufmann

An online reinforcement learning algorithm is anytime if it does not need to know in advance the horizon T of the experiment. A well-known technique to obtain an anytime algorithm from any non-anytime algorithm is the "Doubling Trick". In the context of adversarial or stochastic multi-armed bandits, the performance of an algorithm is measured by its regret, and we study two families of sequences of growing horizons (geometric and exponential) to generalize previously known results that certain doubling tricks can be used to conserve certain regret bounds. In a broad setting, we prove that a geometric doubling trick can be used to conserve (minimax) bounds in $R\_T = O(\sqrt{T})$ but cannot conserve (distribution-dependent) bounds in $R\_T = O(\log T)$. We give insights as to why exponential doubling tricks may be better, as they conserve bounds in $R\_T = O(\log T)$, and are close to conserving bounds in $R\_T = O(\sqrt{T})$.

📄 PDF Abstract BibTeX arXiv:1803.06971

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsReinforcement Learning

Similar Papers 제목 키워드 기반

The End of Optimism? An Asymptotic Analysis of Finite-Armed Linear Bandits

2016-10-14 · Tor Lattimore, Csaba Szepesvari

Stochastic linear bandits are a natural and simple generalisation of finite-armed bandits with numerous practical applications. Current approaches focus on generalising existing techniques for finite-armed bandits, notab…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Thompson Sampling

Old Dog Learns New Tricks: Randomized UCB for Bandit Problems

2019-10-11 · Sharan Vaswani, Abbas Mehrabian, Audrey Durand, Branislav Kveton

We propose $\tt RandUCB$, a bandit strategy that builds on theoretically derived confidence intervals similar to upper confidence bound (UCB) algorithms, but akin to Thompson sampling (TS), it uses randomization to trade…

Thompson Sampling

Nonstochastic Multiarmed Bandits with Unrestricted Delays

2019-06-03 · NeurIPS 2019 12 · Tobias Sommer Thune, Nicolò Cesa-Bianchi, Yevgeny Seldin

We investigate multiarmed bandits with delayed feedback, where the delays need neither be identical nor bounded. We first prove that "delayed" Exp3 achieves the $O(\sqrt{(KT + D)\ln K} )$ regret bound conjectured by Cesa…

Differential Privacy for Multi-armed Bandits: What Is It and What Is Its Cost?

2019-05-29 · Debabrota Basu, Christos Dimitrakakis, Aristide Tossou

Based on differential privacy (DP) framework, we introduce and unify privacy definitions for the multi-armed bandit algorithms. We represent the framework with a unified graphical model and use it to connect privacy defi…

Multi-Armed Bandits

Communication-Efficient Collaborative Regret Minimization in Multi-Armed Bandits

2023-01-26 · Nikolai Karpov, Qin Zhang

In this paper, we study the collaborative learning model, which concerns the tradeoff between parallelism and communication overhead in multi-agent multi-armed bandits. For regret minimization in multi-armed bandits, we …

Multi-agent Reinforcement LearningMulti-Armed Banditsreinforcement-learningReinforcement Learning (RL)