On the Complexity of Best Arm Identification in Multi-Armed Bandit Models

Size: px
Start display at page:

Download "On the Complexity of Best Arm Identification in Multi-Armed Bandit Models"

Transcription

1 On the Complexity of Best Arm Identification in Multi-Armed Bandit Models Aurélien Garivier Institut de Mathématiques de Toulouse Information Theory, Learning and Big Data Simons Institute, Berkeley, March 2015

2 Roadmap Simple Multi-Armed Bandit Model 1 Simple Multi-Armed Bandit Model 2 Complexity of Best Arm Identification Lower bounds on the complexities Gaussian Feedback Binary Feedback

3 Simple Multi-Armed Bandit Model The (stochastic) Multi-Armed Bandit Model Environment K arms with parameters θ = (θ 1,..., θ K ) such that for any possible choice of arm a t {1,..., K} at time t, one receives the reward X t = X at,t where, for any 1 a K and s 1, X a,s ν a, and the (X a,s ) a,s are independent. Reward distributions ν a F a parametric family, or not: canonical exponential family, general bounded rewards Example Bernoulli rewards: θ [0, 1] K, ν a = B(θ a ) Strategy The agent s actions follow a dynamical strategy π = (π 1, π 2,... ) such that A t = π t (X 1,..., X t 1 )

4 Simple Multi-Armed Bandit Model Real challenges Randomized clinical trials original motivation since the 1930 s dynamic strategies can save resources Recommender systems: advertisement website optimization news, blog posts,... Computer experiments large systems can be simulated in order to optimize some criterion over a set of parameters but the simulation cost may be high, so that only few choices are possible for the parameters Games and planning (tree-structured options)

5 Simple Multi-Armed Bandit Model Performance Evaluation: Cumulated Regret Cumulated Reward: S T = T t=1 X t Goal: Choose π so as to maximize E [S T ] = = T t=1 a=1 K E [ E [X t 1{A t = a} X 1,..., X t 1 ] ] K µ a E [Na π (T)] a=1 where Na π (T) = t T 1{A t = a} is the number of draws of arm a up to time T, and µ a = E(ν a ). Regret Minimization: maximizing E [S T ] minimizing R T = Tµ E [S T ] = (µ µ a )E [Na π (T)] a:µ a<µ where µ max{µ a : 1 a K}

6 Simple Multi-Armed Bandit Model Upper Confidence Bound Strategies UCB [Lai&Robins 85; Agrawal 95; Auer&al 02] Construct an upper confidence bound for the expected reward of each arm: S a (t) log(t) + N a (t) 2N }{{} a (t) }{{} estimated reward exploration bonus Choose the arm with the highest UCB It is an index strategy [Gittins 79] Its behavior is easily interpretable and intuitively appealing Listen to Robert Nowak s talk tomorrow!

7 Optimality? Simple Multi-Armed Bandit Model Generalization of [Lai&Robbins 85] Theorem [Burnetas and Katehakis, 96] If π is a uniformly efficient strategy, then for any θ [0, 1] K, E [ N a (T) ] 1 lim inf T log(t) K inf (ν a, µ ) where δ 12 K inf (ν a, µ ) = inf { K(ν a, ν ) : ν F a, E(ν ) µ } νa Idea: change of distribution δ 0 K inf (νa, µ ) ν µ δ 1

8 Simple Multi-Armed Bandit Model Reaching Optimality: Empirical Likelihood The KL-UCB Algorithm, AoS 2013 joint work with O. Cappé, O-A. Maillard, R. Munos, G. Stoltz Parameters: An operator Π F : M 1 (S) F; a non-decreasing function f : N R Initialization: Pull each arm of {1,..., K} once for t = K to T 1 do compute for each arm a the quantity { ( U a (t) = sup E(ν) : ν F and KL Π F (ˆνa (t) ) ), ν f (t) } N a (t) end for pick an arm A t+1 arg max U a (t) a {1,...,K}

9 Regret bound Simple Multi-Armed Bandit Model Theorem: Assume that F is the set of finitely supported probability distributions over S = [0, 1], that µ a > 0 for all arms a and that µ < 1. There exists a constant M(ν a, µ ) > 0 only depending on ν a and µ such that, with the choice f (t) = log(t) + log ( log(t) ) for t 2, for all T 3: E [ N a (T) ] log(t) 36 ( ) ( 4/5 ( ) K inf νa, µ ) + log(t) log log(t) (µ ) 4 ( ) 72 + (µ ) 4 + 2µ (log(t) ) 4/5 ( (1 µ ) K inf νa, µ ) 2 + (1 µ ) 2 M(ν a, µ ) 2(µ ) 2 ( log(t) ) 2/5 + log( log(t) ) ( K inf νa, µ ) + 2µ ( (1 µ ) K inf νa, µ )

10 Regret bound Simple Multi-Armed Bandit Model Theorem: Assume that F is the set of finitely supported probability distributions over S = [0, 1], that µ a > 0 for all arms a and that µ < 1. There exists a constant M(ν a, µ ) > 0 only depending on ν a and µ such that, with the choice f (t) = log(t) + log ( log(t) ) for t 2, for all T 3: E [ N a (T) ] log(t) 36 ( ) ( 4/5 ( ) K inf νa, µ ) + log(t) log log(t) (µ ) 4 ( ) 72 + (µ ) 4 + 2µ (log(t) ) 4/5 ( (1 µ ) K inf νa, µ ) 2 + (1 µ ) 2 M(ν a, µ ) 2(µ ) 2 ( log(t) ) 2/5 + log( log(t) ) ( K inf νa, µ ) + 2µ ( (1 µ ) K inf νa, µ )

11 Roadmap Complexity of Best Arm Identification 1 Simple Multi-Armed Bandit Model 2 Complexity of Best Arm Identification Lower bounds on the complexities Gaussian Feedback Binary Feedback

12 Best Arm Identification Strategies A two-armed bandit model is a pair ν = (ν 1, ν 2 ) of probability distributions ( arms ) with respective means µ 1 and µ 2 a = argmax a µ a is the (unknown) best arm Strategy = a sampling rule (A t ) t N where A t {1, 2} is the arm chosen at time t (based on past observations) a sample Z t ν At is observed a stopping rule τ indicating when he stops sampling the arms a recommendation rule â τ {1, 2} indicating which arm he thinks is best (at the end of the interaction) In classical A/B Testing, the sampling rule A t is uniform on {1, 2} and the stopping rule τ = t is fixed in advance.

13 Best Arm Identification Joint work with Emilie Kaufmann and Olivier Cappé (Telecom ParisTech) Goal: design a strategy A = ((A t ), τ, â τ ) such that: Fixed-budget setting τ = t p t (ν) := P ν (â t a ) as small as possible Fixed-confidence setting P ν (â τ a ) δ E ν [τ] as small as possible See also: [Mannor&Tsitsiklis 04], [Even-Dar&al. 06], [Audibert&al. 10], [Bubeck&al. 11, 13], [Kalyanakrishnan&al. 12], [Karnin&al. 13], [Jamieson&al. 14]...

14 Two possible goals Goal: design a strategy A = ((A t ), τ, â τ ) such that: Fixed-budget setting τ = t p t (ν) := P ν (â t a ) as small as possible Fixed-confidence setting P ν (â τ a ) δ E ν [τ] as small as possible In the particular case of uniform sampling : Fixed-budget setting Fixed-confidence setting classical test of sequential test of (µ 1 > µ 2 ) against (µ 1 < µ 2 ) (µ 1 > µ 2 ) against (µ 1 < µ 2 ) based on t samples with probability of error uniformly bounded by δ [Siegmund 85]: sequential tests can save samples!

15 The complexities of best-arm identification For a class M bandit models, algorithm A = ((A t ), τ, â τ ) is... Fixed-budget setting consistent on M if ν M, p t (ν) = P ν (â t a ) 0 t From the literature ( p t (ν) exp ) Fixed-confidence setting δ-pac on M if ν M, P ν (â τ a ) δ t CH(ν) E ν [τ] C H (ν) log(1/δ) [Audibert&al. 10],[Bubeck&al 11] [Mannor&Tsitsiklis 04],[Even-Dar&al. 06] [Bubeck&al 13],... = two complexities ( κ B (ν) = inf A cons. [Kalanakrishnan&al 12],... 1 lim sup 1 t t(ν)) log p κ C (ν) = inf lim sup t A δ PAC δ 0 E ν[τ] log(1/δ for a probability of error δ, for a probability of error δ, budget t κ B (ν) log(1/δ) E ν [τ] κ C (ν) log(1/δ)

16 Changes of distribution Lower bounds on the complexities Theorem: how to use (and hide) the change of distribution Let ν and ν be two bandit models with K arms such that for all a, the distributions ν a and ν a are mutually absolutely continuous. For any almost-surely finite stopping time σ with respect to (F t ), K a=1 E ν [N a (σ)] KL(ν a, ν a) sup E F σ kl ( P ν (E), P ν (E) ), where kl(x, y) = x log(x/y) + (1 x) log ( (1 x)/(1 y) ). Useful remark: δ [0, 1], kl ( δ, 1 δ ) log δ,

17 General lower bounds Lower bounds on the complexities Theorem 1 Let M be a class of two armed bandit models that are continuously parametrized by their means. Let ν = (ν 1, ν 2 ) M. Fixed-budget setting Fixed-confidence setting any consistent algorithm satisfies any δ-pac algorithm satisfies lim sup t 1 t log p t(ν) K 1 (ν 1, ν 2 ) E ν [τ] K (ν 1,ν 2 ) log ( ) 1 2.4δ with K (ν 1, ν 2 ) with K (ν 1, ν 2 ) = KL(ν, ν 1 ) = KL(ν, ν 2 ) = KL(ν 1, ν ) = KL(ν 2, ν ) Thus, κ B (ν) 1 K (ν 1,ν 2 ) Thus, κ C (ν) 1 K (ν 1,ν 2 )

18 Gaussian Feedback Gaussian Rewards: Fixed-Budget Setting For fixed (known) values σ 1, σ 2, we consider Gaussian bandit models M = { ν = ( N ( µ 1, σ1) 2 (, N µ2, σ2 2 )) : (µ1, µ 2 ) R 2 }, µ 1 µ 2 Theorem 1: κ B (ν) 2(σ 1 + σ 2 ) 2 (µ 1 µ 2 ) 2 A strategy allocating t 1 = σ1 samples to arm 1 and σ 1 +σ 2 t t 2 = t t 1 samples to arm 1, and recommending the empirical best satisfies lim inf 1 t t log p t(ν) (µ 1 µ 2 ) 2 2(σ 1 + σ 2 ) 2 κ B (ν) = 2(σ 1 + σ 2 ) 2 (µ 1 µ 2 ) 2

19 Gaussian Feedback Gaussian Rewards: Fixed-confidence setting The α-elimination algorithm with exploration rate β(t, δ) chooses A t in order to keep a proportion N 1 (t)/t α if ˆµ a (t) is the empirical mean of rewards obtained from a up to time t, σt 2(α) { = σ2 1 / αt + σ2 2 /(t αt ), } τ = inf t N : ˆµ 1 (t) ˆµ 2 (t) > 2σ 2t (α)β(t, δ) recommends the empirical best arm â τ = argmax a ˆµ a (τ)

20 Gaussian Feedback Gaussian Rewards: Fixed-confidence setting From Theorem 1: E ν [τ] 2(σ 1 + σ 2 ) 2 ( ) 1 (µ 1 µ 2 ) 2 log 2.4δ σ 1 σ 1 +σ 2 -Elimination with β(t, δ) = log t δ + 2 log log(6t) is δ-pac and ɛ > 0, E ν [τ] (1 + ɛ) 2(σ 1 + σ 2 ) 2 (µ 1 µ 2 ) 2 log ( ) ( 1 + o ɛ log 1 ) 2.4δ δ 0 δ κ C (ν) = 2(σ 1 + σ 2 ) 2 (µ 1 µ 2 ) 2

21 Gaussian Rewards: Conclusion Gaussian Feedback For any two fixed values of σ 1 and σ 2, κ B (ν) = κ C (ν) = 2(σ 1 + σ 2 ) 2 (µ 1 µ 2 ) 2 If the variances are equal, σ 1 = σ 2 = σ, κ B (ν) = κ C (ν) = 8σ 2 (µ 1 µ 2 ) 2 uniform sampling is optimal only when σ 1 = σ 2 1/2-Elimination is δ-pac for a smaller exploration rate β(t, δ) log(log(t)/δ)

22 Binary Rewards: Lower Bounds Binary Feedback M = {ν = (B(µ 1 ), B(µ 2 )) : (µ 1, µ 2 ) ]0; 1[ 2, µ 1 µ 2 }, shorthand: K(µ, µ ) = KL (B(µ), B(µ )). Fixed-budget setting Fixed-confidence setting any consistent algorithm satisfies any δ-pac algorithm satisfies lim sup t 1 t log p t(ν) K 1 (µ 1, µ 2 ) E ν [τ] K (µ 1,µ 2 ) log ( ) 1 2δ (Chernoff information) K (µ 1, µ 2 ) > K (µ 1, µ 2 )

23 Binary Feedback Binary Rewards: Uniform Sampling For any consistent... For any δ-pac algorithm p t (ν) e K (µ 1,µ 2 )t E ν[τ] log(1/δ) 1 K (µ 1,µ 2 )... algorithm using p t (ν) e K(µ,µ 1)+K(µ,µ 2 ) 2 t E ν[τ] log(1/δ) 2 K(µ 1,µ)+K(µ 2,µ) uniform sampling with µ = f (µ 1, µ 2 ) with µ = µ 1+µ 2 2 Remark: Quantities in the same column appear to be close from one another Binary rewards: uniform sampling close to optimal

24 Binary Feedback Binary Rewards: Uniform Sampling For any consistent... For any δ-pac algorithm p t (ν) e K (µ 1,µ 2 )t E ν[τ] log(1/δ) 1 K (µ 1,µ 2 )... algorithm using p t (ν) e K(µ,µ 1)+K(µ,µ 2 ) 2 t E ν[τ] log(1/δ) 2 K(µ 1,µ)+K(µ 2,µ) uniform sampling with µ = f (µ 1, µ 2 ) with µ = µ 1+µ 2 2 Remark: Quantities in the same column appear to be close from one another Binary rewards: uniform sampling close to optimal

25 Binary Feedback Binary Rewards: Fixed-Budget Setting In fact, κ B (ν) = 1 K (µ 1, µ 2 ) The algorithm using uniform sampling and recommending the empirical best arm is very close to optimal

26 Binary Feedback Binary Rewards: Fixed-Confidence Setting δ-pac algorithms using uniform sampling satisfy E ν [τ] log(1/δ) 1 I (ν) with I (ν) = K ( µ1, µ 1+µ 2 2 ) ( + K µ2, µ 1+µ 2 ) 2. 2 The algorithm using uniform sampling and { τ = inf t 2N : ˆµ 1 (t) ˆµ 2 (t) > log log(t) + 1 } δ E[τ] is δ-pac but not optimal: log(1/δ) 2 > 1 (µ 1 µ 2 ) 2 I. (ν) A better stopping rule NOT based on the difference of empirical means { τ = inf t 2N : t I (ˆµ 1 (t), ˆµ 2 (t)) > log log(t) + 1 } δ

27 Binary Feedback Binary Rewards: Conclusion Regarding the complexities: κ B (ν) = 1 K (µ 1,µ 2 ) κ C (ν) 1 K (µ 1,µ 2 ) > 1 K (µ 1,µ 2 ) Thus κ C (ν) > κ B (ν) Regarding the algorithms There is not much to gain by departing from uniform sampling In the fixed-confidence setting, a sequential test based on the difference of the empirical means is no longer optimal

28 Conclusion Complexity of Best Arm Identification Binary Feedback the complexities κ B (ν) and κ C (ν) are not always equal (and feature some different informational quantities) strategies using random stopping do not necessarily lead to a saving in terms of the number of sample used for Bernoulli distributions and Gaussian with similar variances, strategies using uniform sampling are (almost) optimal Generalization to m best arms identification among K arms

29 Binary Feedback Elements of Bibliography (see references therein!) 1 [Lai&Robins 85] T.L. Lai and H. Robbins. Asymptotically efficient adaptive allocation rules. Advances in Applied Mathematics, 6(1) :4-22, [Agrawal 95] R. Agrawal. Sample mean based index policies with O(log n) regret for the multi-armed bandit problem. Advances in Applied Probability, 27(4) : , [Auer&al 02] P. Auer, N. Cesa-Bianchi, and P. Fischer. Finite-time analysis of the multiarmed bandit problem. Machine Learning, 47(2) : , [Even-Dar&al 06] Action elimination and stopping conditions for multi-armed bandit and reinforcement leraning problems, JMLR 7: , [Audibert&al 09] J-Y. Audibert, R. Munos, and Cs. Szepesvári. Exploration-exploitation tradeoff using variance estimates in multi-armed bandits. Theoretical Computer Science, 410(19), [Filippi &al 10] S. Filippi, O. Cappé, and A. Garivier. Optimism in reinforcement learning and Kullback-Leibler divergence. In Allerton Conf. on Communication, Control, and Computing, Monticello, US, [Cappé&al 13] O. Cappé, A. Garivier, O-A. Maillard, R Munos, G. Stoltz. Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation. Annals of Statistics (41:3) Jun pp [Abbasi-Yadkori&al 11] Yasin Abbasi-Yadkori, Dávid Pál, Csaba Szepesvári: Online Least Squares Estimation with Self-Normalized Processes: An Application to Bandit Problems. CoRR abs/ : (2011) 9 [Bubeck&Cesa-Bianchi 12] S. Bubeck and N. Cesa-Bianchi, Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems. Foundations and Trends in Machine Learning 5(1): (2012) 10 [Cappé&al 13] O. Cappé, A. Garivier, O-A. Maillard, R Munos, G. Stoltz. Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation. Annals of Statistics (41:3) Jun pp [Jamieson&al 14] K. Jamieson, M. Malloy, R. Nowak and S. Bubeck. lil UCB : An Optimal Exploration Algorithm for Multi-Armed Bandits. COLT 2014 : [Kaufmann&al 15] E. Kaufmann, O. Cappé, A. Garivier, On the Complexity of Best Arm Identification in Multi-Armed Bandit Models, ArXiv:

The information complexity of sequential resource allocation

The information complexity of sequential resource allocation The information complexity of sequential resource allocation Emilie Kaufmann, joint work with Olivier Cappé, Aurélien Garivier and Shivaram Kalyanakrishan SMILE Seminar, ENS, June 8th, 205 Sequential allocation

More information

The information complexity of best-arm identification

The information complexity of best-arm identification The information complexity of best-arm identification Emilie Kaufmann, joint work with Olivier Cappé and Aurélien Garivier MAB workshop, Lancaster, January th, 206 Context: the multi-armed bandit model

More information

Two optimization problems in a stochastic bandit model

Two optimization problems in a stochastic bandit model Two optimization problems in a stochastic bandit model Emilie Kaufmann joint work with Olivier Cappé, Aurélien Garivier and Shivaram Kalyanakrishnan Journées MAS 204, Toulouse Outline From stochastic optimization

More information

On the Complexity of Best Arm Identification with Fixed Confidence

On the Complexity of Best Arm Identification with Fixed Confidence On the Complexity of Best Arm Identification with Fixed Confidence Discrete Optimization with Noise Aurélien Garivier, Emilie Kaufmann COLT, June 23 th 2016, New York Institut de Mathématiques de Toulouse

More information

Informational Confidence Bounds for Self-Normalized Averages and Applications

Informational Confidence Bounds for Self-Normalized Averages and Applications Informational Confidence Bounds for Self-Normalized Averages and Applications Aurélien Garivier Institut de Mathématiques de Toulouse - Université Paul Sabatier Thursday, September 12th 2013 Context Tree

More information

Dynamic resource allocation: Bandit problems and extensions

Dynamic resource allocation: Bandit problems and extensions Dynamic resource allocation: Bandit problems and extensions Aurélien Garivier Institut de Mathématiques de Toulouse MAD Seminar, Université Toulouse 1 October 3rd, 2014 The Bandit Model Roadmap 1 The Bandit

More information

Revisiting the Exploration-Exploitation Tradeoff in Bandit Models

Revisiting the Exploration-Exploitation Tradeoff in Bandit Models Revisiting the Exploration-Exploitation Tradeoff in Bandit Models joint work with Aurélien Garivier (IMT, Toulouse) and Tor Lattimore (University of Alberta) Workshop on Optimization and Decision-Making

More information

On the Complexity of Best Arm Identification with Fixed Confidence

On the Complexity of Best Arm Identification with Fixed Confidence On the Complexity of Best Arm Identification with Fixed Confidence Discrete Optimization with Noise Aurélien Garivier, joint work with Emilie Kaufmann CNRS, CRIStAL) to be presented at COLT 16, New York

More information

Stratégies bayésiennes et fréquentistes dans un modèle de bandit

Stratégies bayésiennes et fréquentistes dans un modèle de bandit Stratégies bayésiennes et fréquentistes dans un modèle de bandit thèse effectuée à Telecom ParisTech, co-dirigée par Olivier Cappé, Aurélien Garivier et Rémi Munos Journées MAS, Grenoble, 30 août 2016

More information

Multi-armed bandit models: a tutorial

Multi-armed bandit models: a tutorial Multi-armed bandit models: a tutorial CERMICS seminar, March 30th, 2016 Multi-Armed Bandit model: general setting K arms: for a {1,..., K}, (X a,t ) t N is a stochastic process. (unknown distributions)

More information

arxiv: v2 [stat.ml] 14 Nov 2016

arxiv: v2 [stat.ml] 14 Nov 2016 Journal of Machine Learning Research 6 06-4 Submitted 7/4; Revised /5; Published /6 On the Complexity of Best-Arm Identification in Multi-Armed Bandit Models arxiv:407.4443v [stat.ml] 4 Nov 06 Emilie Kaufmann

More information

Online Learning and Sequential Decision Making

Online Learning and Sequential Decision Making Online Learning and Sequential Decision Making Emilie Kaufmann CNRS & CRIStAL, Inria SequeL, emilie.kaufmann@univ-lille.fr Research School, ENS Lyon, Novembre 12-13th 2018 Emilie Kaufmann Sequential Decision

More information

On the Complexity of A/B Testing

On the Complexity of A/B Testing JMLR: Workshop and Conference Proceedings vol 35:1 3, 014 On the Complexity of A/B Testing Emilie Kaufmann LTCI, Télécom ParisTech & CNRS KAUFMANN@TELECOM-PARISTECH.FR Olivier Cappé CAPPE@TELECOM-PARISTECH.FR

More information

On Bayesian bandit algorithms

On Bayesian bandit algorithms On Bayesian bandit algorithms Emilie Kaufmann joint work with Olivier Cappé, Aurélien Garivier, Nathaniel Korda and Rémi Munos July 1st, 2012 Emilie Kaufmann (Telecom ParisTech) On Bayesian bandit algorithms

More information

Bayesian and Frequentist Methods in Bandit Models

Bayesian and Frequentist Methods in Bandit Models Bayesian and Frequentist Methods in Bandit Models Emilie Kaufmann, Telecom ParisTech Bayes In Paris, ENSAE, October 24th, 2013 Emilie Kaufmann (Telecom ParisTech) Bayesian and Frequentist Bandits BIP,

More information

Two generic principles in modern bandits: the optimistic principle and Thompson sampling

Two generic principles in modern bandits: the optimistic principle and Thompson sampling Two generic principles in modern bandits: the optimistic principle and Thompson sampling Rémi Munos INRIA Lille, France CSML Lunch Seminars, September 12, 2014 Outline Two principles: The optimistic principle

More information

Bandit models: a tutorial

Bandit models: a tutorial Gdt COS, December 3rd, 2015 Multi-Armed Bandit model: general setting K arms: for a {1,..., K}, (X a,t ) t N is a stochastic process. (unknown distributions) Bandit game: a each round t, an agent chooses

More information

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I. Sébastien Bubeck Theory Group

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I. Sébastien Bubeck Theory Group Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems, Part I Sébastien Bubeck Theory Group i.i.d. multi-armed bandit, Robbins [1952] i.i.d. multi-armed bandit, Robbins [1952] Known

More information

Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search. Wouter M. Koolen

Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search. Wouter M. Koolen Bandit Algorithms for Pure Exploration: Best Arm Identification and Game Tree Search Wouter M. Koolen Machine Learning and Statistics for Structures Friday 23 rd February, 2018 Outline 1 Intro 2 Model

More information

KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION

KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION Submitted to the Annals of Statistics arxiv: math.pr/0000000 KULLBACK-LEIBLER UPPER CONFIDENCE BOUNDS FOR OPTIMAL SEQUENTIAL ALLOCATION By Olivier Cappé 1, Aurélien Garivier 2, Odalric-Ambrym Maillard

More information

Bandits : optimality in exponential families

Bandits : optimality in exponential families Bandits : optimality in exponential families Odalric-Ambrym Maillard IHES, January 2016 Odalric-Ambrym Maillard Bandits 1 / 40 Introduction 1 Stochastic multi-armed bandits 2 Boundary crossing probabilities

More information

Csaba Szepesvári 1. University of Alberta. Machine Learning Summer School, Ile de Re, France, 2008

Csaba Szepesvári 1. University of Alberta. Machine Learning Summer School, Ile de Re, France, 2008 LEARNING THEORY OF OPTIMAL DECISION MAKING PART I: ON-LINE LEARNING IN STOCHASTIC ENVIRONMENTS Csaba Szepesvári 1 1 Department of Computing Science University of Alberta Machine Learning Summer School,

More information

Advanced Machine Learning

Advanced Machine Learning Advanced Machine Learning Bandit Problems MEHRYAR MOHRI MOHRI@ COURANT INSTITUTE & GOOGLE RESEARCH. Multi-Armed Bandit Problem Problem: which arm of a K-slot machine should a gambler pull to maximize his

More information

Optimal Best Arm Identification with Fixed Confidence

Optimal Best Arm Identification with Fixed Confidence JMLR: Workshop and Conference Proceedings vol 49:1 30, 2016 Optimal Best Arm Identification with Fixed Confidence Aurélien Garivier Institut de Mathématiques de Toulouse; UMR5219 Université de Toulouse;

More information

Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation

Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation Kullback-Leibler Upper Confidence Bounds for Optimal Sequential Allocation Olivier Cappé, Aurélien Garivier, Odalric-Ambrym Maillard, Rémi Munos, Gilles Stoltz To cite this version: Olivier Cappé, Aurélien

More information

arxiv: v3 [cs.lg] 7 Nov 2017

arxiv: v3 [cs.lg] 7 Nov 2017 ESAIM: PROCEEDINGS AND SURVEYS, Vol.?, 2017, 1-10 Editors: Will be set by the publisher arxiv:1702.00001v3 [cs.lg] 7 Nov 2017 LEARNING THE DISTRIBUTION WITH LARGEST MEAN: TWO BANDIT FRAMEWORKS Emilie Kaufmann

More information

Bandit Algorithms. Tor Lattimore & Csaba Szepesvári

Bandit Algorithms. Tor Lattimore & Csaba Szepesvári Bandit Algorithms Tor Lattimore & Csaba Szepesvári Bandits Time 1 2 3 4 5 6 7 8 9 10 11 12 Left arm $1 $0 $1 $1 $0 Right arm $1 $0 Five rounds to go. Which arm would you play next? Overview What are bandits,

More information

Improved Algorithms for Linear Stochastic Bandits

Improved Algorithms for Linear Stochastic Bandits Improved Algorithms for Linear Stochastic Bandits Yasin Abbasi-Yadkori abbasiya@ualberta.ca Dept. of Computing Science University of Alberta Dávid Pál dpal@google.com Dept. of Computing Science University

More information

On Sequential Decision Problems

On Sequential Decision Problems On Sequential Decision Problems Aurélien Garivier Séminaire du LIP, 14 mars 2018 Équipe-projet AOC: Apprentissage, Optimisation, Complexité Institut de Mathématiques de Toulouse LabeX CIMI Université Paul

More information

A minimax and asymptotically optimal algorithm for stochastic bandits

A minimax and asymptotically optimal algorithm for stochastic bandits Proceedings of Machine Learning Research 76:1 15, 017 Algorithmic Learning heory 017 A minimax and asymptotically optimal algorithm for stochastic bandits Pierre Ménard Aurélien Garivier Institut de Mathématiques

More information

arxiv: v2 [stat.ml] 19 Jul 2012

arxiv: v2 [stat.ml] 19 Jul 2012 Thompson Sampling: An Asymptotically Optimal Finite Time Analysis Emilie Kaufmann, Nathaniel Korda and Rémi Munos arxiv:105.417v [stat.ml] 19 Jul 01 Telecom Paristech UMR CNRS 5141 & INRIA Lille - Nord

More information

arxiv: v4 [math.pr] 26 Aug 2013

arxiv: v4 [math.pr] 26 Aug 2013 The Annals of Statistics 2013, Vol. 41, No. 3, 1516 1541 DOI: 10.1214/13-AOS1119 c Institute of Mathematical Statistics, 2013 arxiv:1210.1136v4 [math.pr] 26 Aug 2013 KULLBACK LEIBLER UPPER CONFIDENCE BOUNDS

More information

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett

Stat 260/CS Learning in Sequential Decision Problems. Peter Bartlett Stat 260/CS 294-102. Learning in Sequential Decision Problems. Peter Bartlett 1. Multi-armed bandit algorithms. Concentration inequalities. P(X ǫ) exp( ψ (ǫ))). Cumulant generating function bounds. Hoeffding

More information

Corrupt Bandits. Abstract

Corrupt Bandits. Abstract Corrupt Bandits Pratik Gajane Orange labs/inria SequeL Tanguy Urvoy Orange labs Emilie Kaufmann INRIA SequeL pratik.gajane@inria.fr tanguy.urvoy@orange.com emilie.kaufmann@inria.fr Editor: Abstract We

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 5: Bandit optimisation Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Introduce bandit optimisation: the

More information

Anytime optimal algorithms in stochastic multi-armed bandits

Anytime optimal algorithms in stochastic multi-armed bandits Rémy Degenne LPMA, Université Paris Diderot Vianney Perchet CREST, ENSAE REMYDEGENNE@MATHUNIV-PARIS-DIDEROTFR VIANNEYPERCHET@NORMALESUPORG Abstract We introduce an anytime algorithm for stochastic multi-armed

More information

Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning

Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning Introduction to Reinforcement Learning Part 3: Exploration for decision making, Application to games, optimization, and planning Rémi Munos SequeL project: Sequential Learning http://researchers.lille.inria.fr/

More information

The Multi-Armed Bandit Problem

The Multi-Armed Bandit Problem The Multi-Armed Bandit Problem Electrical and Computer Engineering December 7, 2013 Outline 1 2 Mathematical 3 Algorithm Upper Confidence Bound Algorithm A/B Testing Exploration vs. Exploitation Scientist

More information

Learning to play K-armed bandit problems

Learning to play K-armed bandit problems Learning to play K-armed bandit problems Francis Maes 1, Louis Wehenkel 1 and Damien Ernst 1 1 University of Liège Dept. of Electrical Engineering and Computer Science Institut Montefiore, B28, B-4000,

More information

arxiv: v1 [cs.ds] 4 Mar 2016

arxiv: v1 [cs.ds] 4 Mar 2016 Sequential ranking under random semi-bandit feedback arxiv:1603.01450v1 [cs.ds] 4 Mar 2016 Hossein Vahabi, Paul Lagrée, Claire Vernade, Olivier Cappé March 7, 2016 Abstract In many web applications, a

More information

arxiv: v2 [math.st] 14 Nov 2016

arxiv: v2 [math.st] 14 Nov 2016 On Explore-hen-Commit Strategies arxiv:1605.08988v math.s] 1 Nov 016 Aurélien Garivier Institut de Mathématiques de oulouse; UMR519 Université de oulouse; CNRS UPS IM, F-3106 oulouse Cedex 9, France aurelien.garivier@math.univ-toulouse.fr

More information

THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION

THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION THE MULTI-ARMED BANDIT PROBLEM: AN EFFICIENT NON-PARAMETRIC SOLUTION Hock Peng Chan stachp@nus.edu.sg Department of Statistics and Applied Probability National University of Singapore Abstract Lai and

More information

arxiv: v1 [stat.ml] 27 May 2016

arxiv: v1 [stat.ml] 27 May 2016 An optimal algorithm for the hresholding Bandit Problem Andrea Locatelli Maurilio Gutzeit Alexandra Carpentier Department of Mathematics, University of Potsdam, Germany ANDREA.LOCAELLI@UNI-POSDAM.DE MGUZEI@UNI-POSDAM.DE

More information

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems. Sébastien Bubeck Theory Group

Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems. Sébastien Bubeck Theory Group Regret Analysis of Stochastic and Nonstochastic Multi-armed Bandit Problems Sébastien Bubeck Theory Group Part 1: i.i.d., adversarial, and Bayesian bandit models i.i.d. multi-armed bandit, Robbins [1952]

More information

Racing Thompson: an Efficient Algorithm for Thompson Sampling with Non-conjugate Priors

Racing Thompson: an Efficient Algorithm for Thompson Sampling with Non-conjugate Priors Racing Thompson: an Efficient Algorithm for Thompson Sampling with Non-conugate Priors Yichi Zhou 1 Jun Zhu 1 Jingwe Zhuo 1 Abstract Thompson sampling has impressive empirical performance for many multi-armed

More information

Pure Exploration Stochastic Multi-armed Bandits

Pure Exploration Stochastic Multi-armed Bandits C&A Workshop 2016, Hangzhou Pure Exploration Stochastic Multi-armed Bandits Jian Li Institute for Interdisciplinary Information Sciences Tsinghua University Outline Introduction 2 Arms Best Arm Identification

More information

Bandit View on Continuous Stochastic Optimization

Bandit View on Continuous Stochastic Optimization Bandit View on Continuous Stochastic Optimization Sébastien Bubeck 1 joint work with Rémi Munos 1 & Gilles Stoltz 2 & Csaba Szepesvari 3 1 INRIA Lille, SequeL team 2 CNRS/ENS/HEC 3 University of Alberta

More information

The Multi-Arm Bandit Framework

The Multi-Arm Bandit Framework The Multi-Arm Bandit Framework A. LAZARIC (SequeL Team @INRIA-Lille) ENS Cachan - Master 2 MVA SequeL INRIA Lille MVA-RL Course In This Lecture A. LAZARIC Reinforcement Learning Algorithms Oct 29th, 2013-2/94

More information

arxiv: v1 [cs.lg] 12 Sep 2017

arxiv: v1 [cs.lg] 12 Sep 2017 Adaptive Exploration-Exploitation Tradeoff for Opportunistic Bandits Huasen Wu, Xueying Guo,, Xin Liu University of California, Davis, CA, USA huasenwu@gmail.com guoxueying@outlook.com xinliu@ucdavis.edu

More information

Boundary Crossing for General Exponential Families

Boundary Crossing for General Exponential Families Proceedings of Machine Learning Research 76:1 34, 017 Algorithmic Learning Theory 017 Boundary Crossing for General Exponential Families Odalric-Ambrym Maillard INRIA Lille - Nord Europe, Villeneuve d

More information

Evaluation of multi armed bandit algorithms and empirical algorithm

Evaluation of multi armed bandit algorithms and empirical algorithm Acta Technica 62, No. 2B/2017, 639 656 c 2017 Institute of Thermomechanics CAS, v.v.i. Evaluation of multi armed bandit algorithms and empirical algorithm Zhang Hong 2,3, Cao Xiushan 1, Pu Qiumei 1,4 Abstract.

More information

Adaptive Concentration Inequalities for Sequential Decision Problems

Adaptive Concentration Inequalities for Sequential Decision Problems Adaptive Concentration Inequalities for Sequential Decision Problems Shengjia Zhao Tsinghua University zhaosj12@stanford.edu Ashish Sabharwal Allen Institute for AI AshishS@allenai.org Enze Zhou Tsinghua

More information

Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors

Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors Optimality of Thompson Sampling for Gaussian Bandits Depends on Priors Junya Honda Akimichi Takemura The University of Tokyo {honda, takemura}@stat.t.u-tokyo.ac.jp Abstract In stochastic bandit problems,

More information

Multi-Armed Bandit Formulations for Identification and Control

Multi-Armed Bandit Formulations for Identification and Control Multi-Armed Bandit Formulations for Identification and Control Cristian R. Rojas Joint work with Matías I. Müller and Alexandre Proutiere KTH Royal Institute of Technology, Sweden ERNSI, September 24-27,

More information

Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making

Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making Introduction to Reinforcement Learning Part 3: Exploration for sequential decision making Rémi Munos SequeL project: Sequential Learning http://researchers.lille.inria.fr/ munos/ INRIA Lille - Nord Europe

More information

From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning

From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning From Bandits to Monte-Carlo Tree Search: The Optimistic Principle Applied to Optimization and Planning Rémi Munos To cite this version: Rémi Munos. From Bandits to Monte-Carlo Tree Search: The Optimistic

More information

Stochastic Contextual Bandits with Known. Reward Functions

Stochastic Contextual Bandits with Known. Reward Functions Stochastic Contextual Bandits with nown 1 Reward Functions Pranav Sakulkar and Bhaskar rishnamachari Ming Hsieh Department of Electrical Engineering Viterbi School of Engineering University of Southern

More information

Lecture 4: Lower Bounds (ending); Thompson Sampling

Lecture 4: Lower Bounds (ending); Thompson Sampling CMSC 858G: Bandits, Experts and Games 09/12/16 Lecture 4: Lower Bounds (ending); Thompson Sampling Instructor: Alex Slivkins Scribed by: Guowei Sun,Cheng Jie 1 Lower bounds on regret (ending) Recap from

More information

Subsampling, Concentration and Multi-armed bandits

Subsampling, Concentration and Multi-armed bandits Subsampling, Concentration and Multi-armed bandits Odalric-Ambrym Maillard, R. Bardenet, S. Mannor, A. Baransi, N. Galichet, J. Pineau, A. Durand Toulouse, November 09, 2015 O-A. Maillard Subsampling and

More information

Exploiting Correlation in Finite-Armed Structured Bandits

Exploiting Correlation in Finite-Armed Structured Bandits Exploiting Correlation in Finite-Armed Structured Bandits Samarth Gupta Carnegie Mellon University Pittsburgh, PA 1513 Gauri Joshi Carnegie Mellon University Pittsburgh, PA 1513 Osman Yağan Carnegie Mellon

More information

Lecture 19: UCB Algorithm and Adversarial Bandit Problem. Announcements Review on stochastic multi-armed bandit problem

Lecture 19: UCB Algorithm and Adversarial Bandit Problem. Announcements Review on stochastic multi-armed bandit problem Lecture 9: UCB Algorithm and Adversarial Bandit Problem EECS598: Prediction and Learning: It s Only a Game Fall 03 Lecture 9: UCB Algorithm and Adversarial Bandit Problem Prof. Jacob Abernethy Scribe:

More information

Pure Exploration Stochastic Multi-armed Bandits

Pure Exploration Stochastic Multi-armed Bandits CAS2016 Pure Exploration Stochastic Multi-armed Bandits Jian Li Institute for Interdisciplinary Information Sciences Tsinghua University Outline Introduction Optimal PAC Algorithm (Best-Arm, Best-k-Arm):

More information

THE first formalization of the multi-armed bandit problem

THE first formalization of the multi-armed bandit problem EDIC RESEARCH PROPOSAL 1 Multi-armed Bandits in a Network Farnood Salehi I&C, EPFL Abstract The multi-armed bandit problem is a sequential decision problem in which we have several options (arms). We can

More information

Introduction to Bandit Algorithms. Introduction to Bandit Algorithms

Introduction to Bandit Algorithms. Introduction to Bandit Algorithms Stochastic K-Arm Bandit Problem Formulation Consider K arms (actions) each correspond to an unknown distribution {ν k } K k=1 with values bounded in [0, 1]. At each time t, the agent pulls an arm I t {1,...,

More information

Stochastic Bandit Models for Delayed Conversions

Stochastic Bandit Models for Delayed Conversions Stochastic Bandit Models for Delayed Conversions Claire Vernade LTCI, Telecom ParisTech, Université Paris-Saclay Olivier Cappé LIMSI, CNRS, Université Paris-Saclay Vianney Perchet CMLA, ENS Paris-Saclay,

More information

Nearly Optimal Sampling Algorithms for Combinatorial Pure Exploration

Nearly Optimal Sampling Algorithms for Combinatorial Pure Exploration JMLR: Workshop and Conference Proceedings vol 65: 55, 207 30th Annual Conference on Learning Theory Nearly Optimal Sampling Algorithms for Combinatorial Pure Exploration Editor: Under Review for COLT 207

More information

Multi armed bandit problem: some insights

Multi armed bandit problem: some insights Multi armed bandit problem: some insights July 4, 20 Introduction Multi Armed Bandit problems have been widely studied in the context of sequential analysis. The application areas include clinical trials,

More information

Multi-armed bandit (MAB) problems, models and algorithms

Multi-armed bandit (MAB) problems, models and algorithms Vas. Klonias Memorial Conference in Statistics June 26-27, 2015 Multi-armed bandit (MAB) problems, models and algorithms Michael N. Katehakis Rutgers University June 27, 2015 Talk based on joint work with

More information

Adaptive Concentration Inequalities for Sequential Decision Problems

Adaptive Concentration Inequalities for Sequential Decision Problems Adaptive Concentration Inequalities for Sequential Decision Problems Shengjia Zhao Tsinghua University zhaosj12@stanford.edu Ashish Sabharwal Allen Institute for AI AshishS@allenai.org Enze Zhou Tsinghua

More information

Grundlagen der Künstlichen Intelligenz

Grundlagen der Künstlichen Intelligenz Grundlagen der Künstlichen Intelligenz Uncertainty & Probabilities & Bandits Daniel Hennes 16.11.2017 (WS 2017/18) University Stuttgart - IPVS - Machine Learning & Robotics 1 Today Uncertainty Probability

More information

Multiple Identifications in Multi-Armed Bandits

Multiple Identifications in Multi-Armed Bandits Multiple Identifications in Multi-Armed Bandits arxiv:05.38v [cs.lg] 4 May 0 Sébastien Bubeck Department of Operations Research and Financial Engineering, Princeton University sbubeck@princeton.edu Tengyao

More information

EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS. Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama

EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS. Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama EFFICIENT ALGORITHMS FOR LINEAR POLYHEDRAL BANDITS Manjesh K. Hanawal Amir Leshem Venkatesh Saligrama IEOR Group, IIT-Bombay, Mumbai, India 400076 Dept. of EE, Bar-Ilan University, Ramat-Gan, Israel 52900

More information

EASINESS IN BANDITS. Gergely Neu. Pompeu Fabra University

EASINESS IN BANDITS. Gergely Neu. Pompeu Fabra University EASINESS IN BANDITS Gergely Neu Pompeu Fabra University EASINESS IN BANDITS Gergely Neu Pompeu Fabra University THE BANDIT PROBLEM Play for T rounds attempting to maximize rewards THE BANDIT PROBLEM Play

More information

Multi-armed Bandits in the Presence of Side Observations in Social Networks

Multi-armed Bandits in the Presence of Side Observations in Social Networks 52nd IEEE Conference on Decision and Control December 0-3, 203. Florence, Italy Multi-armed Bandits in the Presence of Side Observations in Social Networks Swapna Buccapatnam, Atilla Eryilmaz, and Ness

More information

Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods

Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods Ordinal optimization - Empirical large deviations rate estimators, and multi-armed bandit methods Sandeep Juneja Tata Institute of Fundamental Research Mumbai, India joint work with Peter Glynn Applied

More information

Bandits and Exploration: How do we (optimally) gather information? Sham M. Kakade

Bandits and Exploration: How do we (optimally) gather information? Sham M. Kakade Bandits and Exploration: How do we (optimally) gather information? Sham M. Kakade Machine Learning for Big Data CSE547/STAT548 University of Washington S. M. Kakade (UW) Optimization for Big data 1 / 22

More information

Bandits with Delayed, Aggregated Anonymous Feedback

Bandits with Delayed, Aggregated Anonymous Feedback Ciara Pike-Burke 1 Shipra Agrawal 2 Csaba Szepesvári 3 4 Steffen Grünewälder 1 Abstract We study a variant of the stochastic K-armed bandit problem, which we call bandits with delayed, aggregated anonymous

More information

Monte-Carlo Tree Search by. MCTS by Best Arm Identification

Monte-Carlo Tree Search by. MCTS by Best Arm Identification Monte-Carlo Tree Search by Best Arm Identification and Wouter M. Koolen Inria Lille SequeL team CWI Machine Learning Group Inria-CWI workshop Amsterdam, September 20th, 2017 Part of...... a new Associate

More information

Sparse Linear Contextual Bandits via Relevance Vector Machines

Sparse Linear Contextual Bandits via Relevance Vector Machines Sparse Linear Contextual Bandits via Relevance Vector Machines Davis Gilton and Rebecca Willett Electrical and Computer Engineering University of Wisconsin-Madison Madison, WI 53706 Email: gilton@wisc.edu,

More information

Online Learning with Feedback Graphs

Online Learning with Feedback Graphs Online Learning with Feedback Graphs Claudio Gentile INRIA and Google NY clagentile@gmailcom NYC March 6th, 2018 1 Content of this lecture Regret analysis of sequential prediction problems lying between

More information

Analysis of Thompson Sampling for the multi-armed bandit problem

Analysis of Thompson Sampling for the multi-armed bandit problem Analysis of Thompson Sampling for the multi-armed bandit problem Shipra Agrawal Microsoft Research India shipra@microsoft.com avin Goyal Microsoft Research India navingo@microsoft.com Abstract We show

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 6: RL algorithms 2.0 Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Present and analyse two online algorithms

More information

Stat 260/CS Learning in Sequential Decision Problems.

Stat 260/CS Learning in Sequential Decision Problems. Stat 260/CS 294-102. Learning in Sequential Decision Problems. Peter Bartlett 1. Multi-armed bandit algorithms. Exponential families. Cumulant generating function. KL-divergence. KL-UCB for an exponential

More information

Online Learning with Gaussian Payoffs and Side Observations

Online Learning with Gaussian Payoffs and Side Observations Online Learning with Gaussian Payoffs and Side Observations Yifan Wu 1 András György 2 Csaba Szepesvári 1 1 Department of Computing Science University of Alberta 2 Department of Electrical and Electronic

More information

COS 402 Machine Learning and Artificial Intelligence Fall Lecture 22. Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3

COS 402 Machine Learning and Artificial Intelligence Fall Lecture 22. Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3 COS 402 Machine Learning and Artificial Intelligence Fall 2016 Lecture 22 Exploration & Exploitation in Reinforcement Learning: MAB, UCB, Exp3 How to balance exploration and exploitation in reinforcement

More information

Complex Bandit Problems and Thompson Sampling

Complex Bandit Problems and Thompson Sampling Complex Bandit Problems and Aditya Gopalan Department of Electrical Engineering Technion, Israel aditya@ee.technion.ac.il Shie Mannor Department of Electrical Engineering Technion, Israel shie@ee.technion.ac.il

More information

Multi-armed bandit based policies for cognitive radio s decision making issues

Multi-armed bandit based policies for cognitive radio s decision making issues Multi-armed bandit based policies for cognitive radio s decision making issues Wassim Jouini SUPELEC/IETR wassim.jouini@supelec.fr Damien Ernst University of Liège dernst@ulg.ac.be Christophe Moy SUPELEC/IETR

More information

Value Directed Exploration in Multi-Armed Bandits with Structured Priors

Value Directed Exploration in Multi-Armed Bandits with Structured Priors Value Directed Exploration in Multi-Armed Bandits with Structured Priors Bence Cserna Marek Petrik Reazul Hasan Russel Wheeler Ruml University of New Hampshire Durham, NH 03824 USA bence, mpetrik, rrussel,

More information

Pure Exploration in Infinitely-Armed Bandit Models with Fixed-Confidence

Pure Exploration in Infinitely-Armed Bandit Models with Fixed-Confidence Pure Exploration in Infinitely-Armed Bandit Models with Fixed-Confidence Maryam Aziz, Jesse Anderton, Emilie Kaufmann, Javed Aslam To cite this version: Maryam Aziz, Jesse Anderton, Emilie Kaufmann, Javed

More information

Regional Multi-Armed Bandits

Regional Multi-Armed Bandits School of Information Science and Technology University of Science and Technology of China {wzy43, zrd7}@mail.ustc.edu.cn, congshen@ustc.edu.cn Abstract We consider a variant of the classic multiarmed

More information

Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm

Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm Annealing-Pareto Multi-Objective Multi-Armed Bandit Algorithm Saba Q. Yahyaa, Madalina M. Drugan and Bernard Manderick Vrije Universiteit Brussel, Department of Computer Science, Pleinlaan 2, 1050 Brussels,

More information

arxiv: v3 [stat.ml] 6 Nov 2017

arxiv: v3 [stat.ml] 6 Nov 2017 On Bayesian index policies for sequential resource allocation Emilie Kaufmann arxiv:60.090v3 [stat.ml] 6 Nov 07 CNRS & Univ. Lille, UMR 989 CRIStAL, Inria SequeL emilie.kaufmann@univ-lille.fr Abstract

More information

arxiv: v1 [cs.lg] 15 Oct 2014

arxiv: v1 [cs.lg] 15 Oct 2014 THOMPSON SAMPLING WITH THE ONLINE BOOTSTRAP By Dean Eckles and Maurits Kaptein Facebook, Inc., and Radboud University, Nijmegen arxiv:141.49v1 [cs.lg] 15 Oct 214 Thompson sampling provides a solution to

More information

Stochastic bandits: Explore-First and UCB

Stochastic bandits: Explore-First and UCB CSE599s, Spring 2014, Online Learning Lecture 15-2/19/2014 Stochastic bandits: Explore-First and UCB Lecturer: Brendan McMahan or Ofer Dekel Scribe: Javad Hosseini In this lecture, we like to answer this

More information

Bandit Algorithms. Zhifeng Wang ... Department of Statistics Florida State University

Bandit Algorithms. Zhifeng Wang ... Department of Statistics Florida State University Bandit Algorithms Zhifeng Wang Department of Statistics Florida State University Outline Multi-Armed Bandits (MAB) Exploration-First Epsilon-Greedy Softmax UCB Thompson Sampling Adversarial Bandits Exp3

More information

Learning to Optimize via Information-Directed Sampling

Learning to Optimize via Information-Directed Sampling Learning to Optimize via Information-Directed Sampling Daniel Russo Stanford University Stanford, CA 94305 djrusso@stanford.edu Benjamin Van Roy Stanford University Stanford, CA 94305 bvr@stanford.edu

More information

Sequential Test for the Lowest Mean: From Thompson to Murphy Sampling

Sequential Test for the Lowest Mean: From Thompson to Murphy Sampling Sequential Test for the Lowest Mean: From Thompson to Murphy Sampling Emilie Kaufmann 1 Wouter M. Koolen 2 Aurélien Garivier 3 1 CNRS & U. Lille, CRIStAL / SequeL Inria Lille, emilie.kaufmann@univ-lille.fr

More information

Finite-time Analysis of the Multiarmed Bandit Problem*

Finite-time Analysis of the Multiarmed Bandit Problem* Machine Learning, 47, 35 56, 00 c 00 Kluwer Academic Publishers. Manufactured in The Netherlands. Finite-time Analysis of the Multiarmed Bandit Problem* PETER AUER University of Technology Graz, A-8010

More information

Introduction to Reinforcement Learning and multi-armed bandits

Introduction to Reinforcement Learning and multi-armed bandits Introduction to Reinforcement Learning and multi-armed bandits Rémi Munos INRIA Lille - Nord Europe Currently on leave at MSR-NE http://researchers.lille.inria.fr/ munos/ NETADIS Summer School 2013, Hillerod,

More information

PAC Subset Selection in Stochastic Multi-armed Bandits

PAC Subset Selection in Stochastic Multi-armed Bandits In Langford, Pineau, editors, Proceedings of the 9th International Conference on Machine Learning, pp 655--66, Omnipress, New York, NY, USA, 0 PAC Subset Selection in Stochastic Multi-armed Bandits Shivaram

More information