Reinforcement Learning

Size: px
Start display at page:

Download "Reinforcement Learning"

Transcription

1 Reinforcement Learning Lecture 5: Bandit optimisation Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology

2 Objectives of this lecture Introduce bandit optimisation: the most basic RL problem without dynamics. Optimising the exploration vs exploitation trade-off. Regret lower bounds Algorithms based on the optimism in front of uncertainty principle Thompson Sampling algorithm Structured bandits 2

3 Lecture 5: Outline. 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 3

4 Lecture 5: Outline 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 4

5 Bandit Optimisation Interact with an i.i.d. or adversarial environment Set of available actions A with unknown sequences of rewards r t (a), t = 1,... The reward is the only feedback bandit feedback Stochastic vs. adversarial bandits - i.i.d. environment: r t(a) random variable with mean θ a - adversarial environment: r t(a) is arbitrary! Objective: develop an action selection rule π maximising the expected cumulative reward up to step T Remark: π must select an action depending on the entire history of observations! 5

6 Regret Difference between the cumulative reward of an Oracle policy and that of agent π Regret quantifies the price to pay for learning Exploration vs. exploitation trade-off: we need to probe all actions to play the best later 6

7 Applications Clinical trial, Thompson Two available treatments with unknown rewards ( Live or Die ) - Bandit feedback: after administrating the treatment to a patient, we observe whether she survives or dies - Goal: design a treatment selection scheme π maximising the number of patients cured after treatment 7

8 Applications Rate adaptation in wireless systems - The AP sequentially sends packets to the receiver and has K available encoding rates r 1 < r 2 <... < r K - The unknown probability a packet sent at rate r k is received is θ k - Goal: design a rate selection scheme that learns the θ k s and quickly converges to rate r k maximising µ k = r k θ k over k 8

9 Applications Search engines - The engine should list relevant webpages depending on the request jaguar - The CTRs (Click-Through-Rate) are unknown - Goal: design a list selection scheme that learns the list maximising its global CTRs 9

10 Bandit Taxonomy Stochastic bandits: the sequence of rewards (r t (a), a A) t 1 is generated according to an i.i.d. process the average rewards are unknown Adversarial bandits: arbitrary sequence of rewards Most bandit problems in engineering are stochastic... 10

11 Stochastic Bandit Taxonomy Unstructured problems: average rewards are not related θ = (θ 1,..., θ K ) Θ = k [a k, b k ] Structured problems: the decision maker knows that average rewards are related. She knows Θ. The rewards observed for a given arm provides side information about the other arms. θ = (θ 1,..., θ K ) Θ not an hyperrectangle 11

12 Stochastic Bandit Taxonomy 12

13 Lecture 5: Outline 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 13

14 Unstructured Stochastic Bandits Robbins 1952 Finite set of actions A = {1,..., K} (Unknown) rewards of action a A: (r t (a), t 0) i.i.d. Bernoulli with E[r t (a)] = θ a, θ Θ = [0, 1] K Optimal action a arg max a θ a Online policy π: select action a π t a π 1, r 1 (a π 1 ),..., a π t 1, r t 1 (a π t 1) at time t depending on Regret up to time T : R π (T ) = T θ a T t=1 θ a π t 14

15 Problem-specific regret Lower Bound Uniformly good algorithms: An algorithm π is uniformly good if for all θ Θ, for any sub-optimal arm a, the number of times N a (t) arm a is selected up to round t satisfies: E[N a (t)] = o(t α ) for all α > 0. Theorem (Lai-Robbins 1985) For any uniformly good algorithm π: lim inf T where KL(a, b) = a log( a b R π (T ) log(t ) a a θ a θ a KL(θ, θ a ) 1 a ) + (1 a) log( 1 b ) (KL divergence) 15

16 Minimax regret Lower Bound Theorem (Auer et al. 2002) For any T, we can find a problem (depending on T ) such for any algorithm π, R π (T ) KT (1 1 K ). 16

17 Unified proofs Change-of-measure: θ ν Log-likelihood ratio: E θ [L] = j E θ[n j (T )]KL(θ j, ν j ) Data processing inequality. For any event A F T, P ν (A) = E θ [exp( L)1 A ]. Jensen s inequality yields: P ν (A) exp( E θ [L] A)P θ (A) P ν (A c ) exp( E θ [L] A c )P θ (A c ) Hence E θ [L] KL(P θ (A), P ν (A)) Data processing inequality v2. For all Z F T -measurable, E θ [L] KL(E θ (Z), E ν (Z)) 17

18 Proof problem-specific lower bound Change-of-measure: θ ν with θ j = ν j for all j a, ν a = θ a + ɛ. E θ [L] = E θ [N a (t)]kl(θ a, θ a + ɛ) KL(P θ (A), P ν (A)) Select A = {N a (T ) T T }. Markov inequality yields (for uniformly good algorithms): lim T P θ [A] = 0 = lim T P ν [A c ] E[N a (T ) 1 lim inf t log(t ) KL(θ a, θ a + ɛ) 18

19 Proof minimax lower bound Change-of-measure: θ a = 1/2 for all a. Then there exists a such that E θ [N a (T )] T/K. ν i = θ i for all i a, and ν a = 1/2 + ɛ. E θ [L] = E θ [N a (t)]kl(1/2, 1/2 + ɛ) KL(E θ (Z), E ν (Z)) where KL(1/2, 1/2 + ɛ) = 1 2 log( 1 1 4ɛ 2 ). Select Z = N a (T )/T. Pinsker s inequality yields: E θ [N a (T ) 2 Hence with E θ [N a (T )] T/K, ( 1 log( 1 4ɛ 2 ) 2 Eν [N a (T )] T E ν [N a (T )] T 1 K T K log( 1 1 4ɛ 2 ) E ) 2 θ[n a (T )] T 19

20 Proof minimax lower bound Eν[Na(T )] Now R ν (T ) = T ɛ(1 T ), and we conclude choosing ɛ = K/T that: R ν (T ) KT (1 1/K). 20

21 Lecture 5: Outline 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 21

22 Concentration The main tools in the design and analysis of algorithms for stochastic bandits are concentration-of-measure results. Let X 1, X 2,... i.i.d. real-valued random variable with mean µ, and with all moments G(λ) = log(e[e λ(xn µ) ]). S n = n i=1 X i. Strong law of large number: P[lim n S n n = µ] = 1 Concentration inequality: let δ, λ > 0, P[S n nµ δ] = P[e λ(sn nµ) e λδ ] e λδ E[e λ(sn nµ) ] n = e λδ E[e λ(xi µ) ] i=1 = e ng(λ) λδ e sup λ>0 (λδ ng(λ)) 22

23 Concentration P[S n nµ δ] e sup λ>0 (λδ ng(λ)) Bounded r.v. X n [a, b], G(λ) λ 2 (b a) 2 8 Hoeffding s inequality: P[S n nµ δ] e Sub-gaussian r.v.: G(λ) σ 2 λ 2 /2 2δ 2 n(b a) 2 Bernoulli r.v.: G(λ) = log(µe λ(1 µ) (1 µ)e λµ ) Chernoff s inequality: where KL(a, b) = a log( a b P[S n nµ δ] e nkl(µ+δ/n,µ) 1 a ) + (1 a) log( 1 b ) (KL divergence) 23

24 Algorithms Estimating the average reward of arm a: ˆθ a (t) = 1 N a (t) t r n (a)1 a(n)=a n=1 ɛ-greedy. In each round t: - with probability 1 ɛ, select the best empirical arm a (t) arg max a ˆθa(t) - with probability ɛ, select an arm uniformly at random The algorithm has linear regret (not uniformly good) 24

25 Algorithms ɛ t -greedy. In each round t: - with probability 1 ɛ t, select the best empirical arm a (t) arg max a ˆθa(t) - with probability ɛ t, select an arm uniformly at random The algorithm has logarithmic regret for Bernoulli rewards and ɛ t = min(1, K tδ 2 ) where δ = min a a (θ a θ a ) Sketch of proof. For a a to be selected in round t, we need (most often) ˆθ a (t) θ a + δ. The probability that this occurs is less than exp( 2δ 2 N a (t)). But N a (t) is close to log(t)/δ 2. Summing over t yields the result. 25

26 Algorithms Optimism in front of Uncertainty Upper Confidence Bound algorithm: b a (t) = ˆθ 2 log(t) a (t) + N a (t) ˆθ(t): empirical reward of a up to t N a (t): nb of times a played up to t In each round t, select the arm with highest index b a (t) Under UCB, the number of times a a is selected satisifies: E[N a (T )] 8 log(t ) (θ a θ a ) 2 + π2 6 26

27 Regret analysis of UCB (Auer et al. 2002) N a (T ) = 1 + l + l + l + T t=k+1 T t=k+1 T t=k+1 T 1{a(t) = a} l + T t=k+1 1{a(t) = a, N a (t) l} 1{N a (t) l}1{b a (t 1) b a (t 1)} 1{min s<t ( θ s + t=k+1 s<t,l s <t 2 log(t 1) 1{ θ s + s 2 log(t 1) s ) max l s<t ( θ a s + 2 log(t 1) )} s θ a s + 2 log(t 1) s )} 27

28 Regret analysis of UCB (Auer et al. 2002) θ s 2 log(t 1) + s θ s a + 2 log(t 1) s implies: A : θ 2 log(t 1) s θ, or B : s θ 2 log(t 1) s a θ a + s 2 log(t 1) or C : θ < θ a + 2 s Hoeffding ineuqality yields: P[A] t 4 and P[B] t 4. For l = 8 log(t )/(θ θ a ) 2 and s l, C does not happen. We conclude by: E[N a (T )] 8 log(t ) (θ θ a ) 2 + t 1 8 log(t ) (θ θ a ) 2 + π2 3 t s,s =1 2t 4 28

29 Algorithms KL-UCB algorithm: b a (t) = max{q 1 : N a (t)kl(ˆθ a (t), q) f(t)} where f(t) = log(t) + 3 log log(t) is the confidence level. In each round t, select the arm with highest index b a (t) Under KL-UCB, the number of times a a is selected satisifies: for all δ < θ a θ a, E[N a (T )] log(t ) + C log log(t ) + δ 2 KL(θ a + δ, θ a ) 29

30 Lecture 5: Outline 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 30

31 Algorithms Bayesian framework, put a prior distribution on the parameters θ Example: Bernoulli distribution with uniform prior on [0, 1], we observed p successes ( 1 ) and q failures ( 0 ). Then θ β(p + 1, q + 1), i.e., the density is proportional to θ p (1 θ) q. Thompson Sampling algorithm: Assume that at round t, arm a had p a (t) successes and q a (t) failures. Let b a (t) β(p a (t) + 1, q a (t) + 1). The algorithm selects the arm a with the highest b a (t). Under Thompson Sampling, for any suboptimal arm a, we have: E[N a (T )] 1 lim sup = T log(t ) KL(θ a, θ a ) 31

32 Illustration: UCB vs. KL-UCB 32

33 Illustration: Thompson Sampling 33

34 Performance 34

35 Lecture 5: Outline 1. Classifying bandit problems 2. Regret lower bounds 3. Algorithms based on the optimism in front of uncertainty principle 4. Thompson Sampling algorithm 5. Structured bandits 35

36 Structured bandits Unstructured bandits: best possible regret K log(t ) How to exploit a known structure to speed up the learning process? Structure: the decision maker knows that θ Θ not an hyper-rectangle Examples: the average reward is a (convex, unimodal, Lipschitz,...) function of the arm: Θ = {θ : a θ a unimodal} 36

37 Regret lower bound Theorem (Application of Graves-Lai 1997) For any uniformly good algorithm π: lim inf T R π (T ) log(t ) c(θ) where c(θ) is the minimal value of: inf n a (θ a θ a ) n a,a a a a s.t. inf n a KL(θ a, λ a ) 1, λ B(θ) a a and B(θ) = {λ Θ : a not optimal under λ, λ a = θ a }. 37

38 Graphically unimodal bandits Arms = vertices of a known graph G 38

39 Graphically unimodal bandits Arms = vertices of a known graph G The average rewards are G-unimodal: from any vertex, there is a path in the graph along which rewards are increased. Notation: θ Θ G 39

40 G-unimodal bandits: Regret lower bound N (k): set of neighbours of k in G Theorem For any uniformly good algorithm π: lim inf T R π (T ) log(t ) c G(θ) = k N (a ) θ a θ k KL(θ k, θ a ) 40

41 G-unimodal bandits: Optimal algorithm Defined through the maximum degree of G, the empirical means ˆθ a (t), the leader L(t), the number of time arms have been the leader l a (t), and KL UCB indexes: b a (t) = sup{q : N a (t)kl(ˆθ a (t), q) log(l L(t) (t)} Algorithm. OAS (Optimal Action Sampling) 1. For t = 1,..., K, select action a(t) = k 2. For t K + 1, select action { L(t) if (l a(t) = L(t) (t) 1)/(γ + 1) N arg max k N (L(t)) b k (t) otherwise 41

42 G-unimodal bandits: OAS optimality Theorem For any θ Θ, R OAS (T ) lim sup c G (θ) T log(t ) 42

43 Rate adaptation in Goal: adapt the modulation scheme to the channel quality a/b/g Select the rate only rate r 1 r 2... r K success probability µ 1 µ 2... µ K throughput θ 1 θ 2... θ K (θ k = r k µ k ) Structure: unimodality of k θ k and µ 1 µ 2... µ K 43

44 Rate adaptation in n/ac Select the rate and a MIMO mode Structure: example with two modes, unimodality w.r.t. G 44

45 802.11g stationary channels Smooth throughput decay w.r.t. rate 45

46 802.11g stationary channels Steep throughput decay w.r.t. rate 46

47 802.11g nonstationary channels Traces 47

48 802.11g nonstationary channels Performance of OAS with sliding window 48

49 References Discrete unstructured bandits Thompson, On the likelihood that one unknown probability exceeds another in view of the evidence of two samples, 1933 Robbins, Some aspects of the sequential design of experiments, 1952 Lai and Robbins. Asymptotically efficient adaptive allocation rules, 1985 Lai. Adaptive treatment allocation and the multi-armed bandit problem, 1987 Gittins, Bandit Processes and Dynamic Allocation Indices, 1989 Auer, Cesa-Bianchi and Fischer, Finite time analysis of the multiarmed bandit problem Garivier and Moulines, On upper-confidence bound policies for non-stationary bandit problems, 2008 Slivkins and Upfal, Adapting to a changing environment: the brownian restless bandits,

50 References Garivier and Capp. The KL-UCB algorithm for bounded stochastic bandits and beyond, 2011 Honda and Takemura, An Asymptotically Optimal Bandit Algorithm for Bounded Support Models, 2010 Discrete structured bandits Anantharam, Varaiya, and Walrand, Asymptotically efficient allocation rules for the multiarmed bandit problem with multiple plays, 1987 Graves and Lai Asymptotically efficient adaptive choice of control laws in controlled Markov chains, 1997 Gyrgy, Linder, Lugosi and Ottucsk, The on-line shortest path problem under partial monitoring, 2007 Yu and Mannor, Unimodal bandits, 2011 Cesa-Bianchi and Lugosi, Combinatorial bandits,

51 References Chen, Wang and Yuan. Combinatorial multi-armed bandit: General framework and applications, 2013 Combes and Proutiere, Unimodal bandits: Regret lower bounds and optimal algorithms, 2014 Magureanu, Combes, and Proutiere. Lipschitz bandits: Regret lower bounds and optimal algorithms, 2014 Thompson sampling Chapelle and Li, An Empirical Evaluation of Thompson Sampling, 2011 Korda, Kaufmann and Munos, Thompson Sampling: an asymptotically optimal finite-time analysis, 2012 Korda, Kaufmann and Munos, Thompson Sampling for one-dimensional exponential family bandits, 2013 Agrawal and Goyal, Further optimal regret bounds for Thompson Sampling,

52 Lecture 5: Appendix Adversarial bandits 52

53 Adversarial Optimisation Finite set of actions A = {1,..., K} Unknown and arbitrary rewards of action a A: (r t (a), t 0) decided by an adversary at time 0 Best empirical action a arg max a T t=1 r t(a) Online policy π: select action a π t at time t depending on: - Expert setting: (r 1(a),..., r t 1(a)) a=1,...,k - Bandit setting: a π 1, r 1(a π 1 ),..., a π t 1, r t 1(a π t 1) Regret up to time T : R π (T ) = T t=1 r t(a ) E T t=1 r t(a π t ) 53

54 Expert Setting Let S t (a) = t n=1 r t(a) be the cumulative reward of a Multiplicative update algorithm (Littlestone-Warmuth 1994) Select arm a with probability p t (a) = eηst 1(a) b eηst 1(b) Regret: the multiplicative update algorithm π has zero-regret: T, For η = 8 log(k)/t, R π (T ) R π (T ) T η 8 + log(k) η log(k)t 2 54

55 Bandit Setting Let S t (a) = t n=1 r t(a) be the cumulative reward of a Building an unbiased estimator of S t (a): Ŝ t (a) = t n=1 X t(a) where r t (a) X t (a) = 1 a π (t)=a p t (a) Multiplicative update algorithm (Littlestone-Warmuth 1994) Select arm a with probability p t (a) = eηŝt 1(a) b eηŝt 1(b) Regret: the multiplicative update algorithm π has zero-regret: T, R π (T ) T Kη 2 + log(k) η For η = 2 log(k)/(kt ), R π (T ) 2K log(k)t 55

56 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 56

57 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 57

58 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 58

59 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 59

60 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 60

61 Adversarial Convex Bandits At the beginning of each year, Volvo has to select a vector x (in a convex set) representing the relative efforts in producing various models (S60, V70, V90,...). The reward is an arbitrarily varying and unknown concave function of x. How to maximise reward over say 50 years? 61

62 Adversarial Convex Bandits Continuous set of actions A = [0, 1] (Unknown) Arbitrary but concave rewards of action x A: r t (x) Online policy π: select action x π t x π 1, r 1 (x π 1 ),..., x π t 1, r t 1 (x π t 1) at time t depending on Regret up to time T : (defined w.r.t. the best empirical action up to time T ) T T R π (T ) = max r t (x) r t (x π t ) x [0,1] t=1 Can we do something smart at all? Achieve a sublinear regret? t=1 62

63 Adversarial Convex Bandits If r t ( ) = r( ), and if r( ) was known, we could apply a gradient ascent algorithm One-point gradient estimate: ˆf(x) = E v B [f(x + δv)], B = {x : x 2 1} E u S [f(x + δu)u] = δ ˆf(x), S = {x : x 2 = 1} Simulated Gradient Ascent algorithm: at each step t, do - u t uniformly chosen in S - y t = x t + δu t - y t+1 = y t + αr t(x t)u t Regret: R(T ) = O(T 5/6 ) 63

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

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

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

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

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

Bits of Machine Learning Part 2: Unsupervised Learning

Bits of Machine Learning Part 2: Unsupervised Learning Bits of Machine Learning Part 2: Unsupervised Learning Alexandre Proutiere and Vahan Petrosyan KTH (The Royal Institute of Technology) Outline of the Course 1. Supervised Learning Regression and Classification

More information

Bandit Optimization: Theory and Applications

Bandit Optimization: Theory and Applications 1 / 40 Bandit Optimization: Theory and Applications Richard Combes 1 and Alexandre Proutière 2 1 Centrale-Supélec / L2S, France 2 KTH, Royal Institute of Technology, Sweden. SIGMETRICS 2015 2 / 40 Outline

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

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

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

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

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 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

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

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

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

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

On the Complexity of Best Arm Identification in Multi-Armed Bandit Models 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

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

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

Richard Combes 1. SDN Days, Multi-Armed Bandits: A Novel Generic Optimal Algorithm. and Applications to Networking. R. Combes.

Richard Combes 1. SDN Days, Multi-Armed Bandits: A Novel Generic Optimal Algorithm. and Applications to Networking. R. Combes. 1 / 39 and to and to Richard Combes 1 1 Centrale-Supélec / L2S, France SDN Days, 2017 2 / 39 Outline and to 3 / 39 A first example: sequential treatment allocation and to There are T patients with the

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

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

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

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

Alireza Shafaei. Machine Learning Reading Group The University of British Columbia Summer 2017

Alireza Shafaei. Machine Learning Reading Group The University of British Columbia Summer 2017 s s Machine Learning Reading Group The University of British Columbia Summer 2017 (OCO) Convex 1/29 Outline (OCO) Convex Stochastic Bernoulli s (OCO) Convex 2/29 At each iteration t, the player chooses

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

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

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

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

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

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

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

Optimal Rate Sampling in Systems

Optimal Rate Sampling in Systems 1 Optimal Rate Sampling in 82.11 Systems Richard Combes, Alexandre Proutiere, Donggyu Yun, Jungseul Ok, Yung Yi Abstract In 82.11 systems, Rate Adaptation (RA) is a fundamental mechanism allowing transmitters

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

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

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

An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes

An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes An Estimation Based Allocation Rule with Super-linear Regret and Finite Lock-on Time for Time-dependent Multi-armed Bandit Processes Prokopis C. Prokopiou, Peter E. Caines, and Aditya Mahajan McGill University

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 Navin Goyal Microsoft Research India navingo@microsoft.com Abstract The multi-armed

More information

The multi armed-bandit problem

The multi armed-bandit problem The multi armed-bandit problem (with covariates if we have time) Vianney Perchet & Philippe Rigollet LPMA Université Paris Diderot ORFE Princeton University Algorithms and Dynamics for Games and Optimization

More information

Lecture 5: Regret Bounds for Thompson Sampling

Lecture 5: Regret Bounds for Thompson Sampling CMSC 858G: Bandits, Experts and Games 09/2/6 Lecture 5: Regret Bounds for Thompson Sampling Instructor: Alex Slivkins Scribed by: Yancy Liao Regret Bounds for Thompson Sampling For each round t, we defined

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

Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models

Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models c Qing Zhao, UC Davis. Talk at Xidian Univ., September, 2011. 1 Multi-Armed Bandit: Learning in Dynamic Systems with Unknown Models Qing Zhao Department of Electrical and Computer Engineering University

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

Multi-Armed Bandits. Credit: David Silver. Google DeepMind. Presenter: Tianlu Wang

Multi-Armed Bandits. Credit: David Silver. Google DeepMind. Presenter: Tianlu Wang Multi-Armed Bandits Credit: David Silver Google DeepMind Presenter: Tianlu Wang Credit: David Silver (DeepMind) Multi-Armed Bandits Presenter: Tianlu Wang 1 / 27 Outline 1 Introduction Exploration vs.

More information

Applications of on-line prediction. in telecommunication problems

Applications of on-line prediction. in telecommunication problems Applications of on-line prediction in telecommunication problems Gábor Lugosi Pompeu Fabra University, Barcelona based on joint work with András György and Tamás Linder 1 Outline On-line prediction; Some

More information

Piecewise-stationary Bandit Problems with Side Observations

Piecewise-stationary Bandit Problems with Side Observations Jia Yuan Yu jia.yu@mcgill.ca Department Electrical and Computer Engineering, McGill University, Montréal, Québec, Canada. Shie Mannor shie.mannor@mcgill.ca; shie@ee.technion.ac.il Department Electrical

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

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

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

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

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

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

arxiv: v4 [cs.lg] 22 Jul 2014

arxiv: v4 [cs.lg] 22 Jul 2014 Learning to Optimize Via Information-Directed Sampling Daniel Russo and Benjamin Van Roy July 23, 2014 arxiv:1403.5556v4 cs.lg] 22 Jul 2014 Abstract We propose information-directed sampling a new algorithm

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning Lecture 3: RL problems, sample complexity and regret Alexandre Proutiere, Sadegh Talebi, Jungseul Ok KTH, The Royal Institute of Technology Objectives of this lecture Introduce the

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

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

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

A Change-Detection based Framework for Piecewise-stationary Multi-Armed Bandit Problem

A Change-Detection based Framework for Piecewise-stationary Multi-Armed Bandit Problem A Change-Detection based Framework for Piecewise-stationary Multi-Armed Bandit Problem Fang Liu and Joohyun Lee and Ness Shroff The Ohio State University Columbus, Ohio 43210 {liu.3977, lee.7119, shroff.11}@osu.edu

More information

Online Learning Schemes for Power Allocation in Energy Harvesting Communications

Online Learning Schemes for Power Allocation in Energy Harvesting Communications Online Learning Schemes for Power Allocation in Energy Harvesting Communications Pranav Sakulkar and Bhaskar Krishnamachari Ming Hsieh Department of Electrical Engineering Viterbi School of Engineering

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

Adaptive Learning with Unknown Information Flows

Adaptive Learning with Unknown Information Flows Adaptive Learning with Unknown Information Flows Yonatan Gur Stanford University Ahmadreza Momeni Stanford University June 8, 018 Abstract An agent facing sequential decisions that are characterized by

More information

An Information-Theoretic Analysis of Thompson Sampling

An Information-Theoretic Analysis of Thompson Sampling Journal of Machine Learning Research (2015) Submitted ; Published An Information-Theoretic Analysis of Thompson Sampling Daniel Russo Department of Management Science and Engineering Stanford University

More information

Multi-armed Bandit with Additional Observations

Multi-armed Bandit with Additional Observations Multi-armed Bandit with Additional Observations DOGGYU YU, aver Corporation ALEXADRE PROUTIERE, KTH SUMYEOG AH, JIWOO SHI, and YUG YI, KAIST We study multi-armed bandit (MAB) problems with additional observations,

More information

On Regret-Optimal Learning in Decentralized Multi-player Multi-armed Bandits

On Regret-Optimal Learning in Decentralized Multi-player Multi-armed Bandits 1 On Regret-Optimal Learning in Decentralized Multi-player Multi-armed Bandits Naumaan Nayyar, Dileep Kalathil and Rahul Jain Abstract We consider the problem of learning in single-player and multiplayer

More information

Optimistic Bayesian Sampling in Contextual-Bandit Problems

Optimistic Bayesian Sampling in Contextual-Bandit Problems Journal of Machine Learning Research volume (2012) 2069-2106 Submitted 7/11; Revised 5/12; Published 6/12 Optimistic Bayesian Sampling in Contextual-Bandit Problems Benedict C. May School of Mathematics

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

Bandit Online Convex Optimization

Bandit Online Convex Optimization March 31, 2015 Outline 1 OCO vs Bandit OCO 2 Gradient Estimates 3 Oblivious Adversary 4 Reshaping for Improved Rates 5 Adaptive Adversary 6 Concluding Remarks Review of (Online) Convex Optimization Set-up

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

Reward Maximization Under Uncertainty: Leveraging Side-Observations on Networks

Reward Maximization Under Uncertainty: Leveraging Side-Observations on Networks Reward Maximization Under Uncertainty: Leveraging Side-Observations Reward Maximization Under Uncertainty: Leveraging Side-Observations on Networks Swapna Buccapatnam AT&T Labs Research, Middletown, NJ

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

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

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

Introducing strategic measure actions in multi-armed bandits

Introducing strategic measure actions in multi-armed bandits 213 IEEE 24th International Symposium on Personal, Indoor and Mobile Radio Communications: Workshop on Cognitive Radio Medium Access Control and Network Solutions Introducing strategic measure actions

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

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

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

Bayesian reinforcement learning

Bayesian reinforcement learning Bayesian reinforcement learning Markov decision processes and approximate Bayesian computation Christos Dimitrakakis Chalmers April 16, 2015 Christos Dimitrakakis (Chalmers) Bayesian reinforcement learning

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

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

New Algorithms for Contextual Bandits

New Algorithms for Contextual Bandits New Algorithms for Contextual Bandits Lev Reyzin Georgia Institute of Technology Work done at Yahoo! 1 S A. Beygelzimer, J. Langford, L. Li, L. Reyzin, R.E. Schapire Contextual Bandit Algorithms with Supervised

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

Tsinghua Machine Learning Guest Lecture, June 9,

Tsinghua Machine Learning Guest Lecture, June 9, Tsinghua Machine Learning Guest Lecture, June 9, 2015 1 Lecture Outline Introduction: motivations and definitions for online learning Multi-armed bandit: canonical example of online learning Combinatorial

More information

Combinatorial Multi-Armed Bandit: General Framework, Results and Applications

Combinatorial Multi-Armed Bandit: General Framework, Results and Applications Combinatorial Multi-Armed Bandit: General Framework, Results and Applications Wei Chen Microsoft Research Asia, Beijing, China Yajun Wang Microsoft Research Asia, Beijing, China Yang Yuan Computer Science

More information

Ordinal Optimization and Multi Armed Bandit Techniques

Ordinal Optimization and Multi Armed Bandit Techniques Ordinal Optimization and Multi Armed Bandit Techniques Sandeep Juneja. with Peter Glynn September 10, 2014 The ordinal optimization problem Determining the best of d alternative designs for a system, on

More information

Yevgeny Seldin. University of Copenhagen

Yevgeny Seldin. University of Copenhagen Yevgeny Seldin University of Copenhagen Classical (Batch) Machine Learning Collect Data Data Assumption The samples are independent identically distributed (i.i.d.) Machine Learning Prediction rule New

More information

A. Notation. Attraction probability of item d. (d) Highest attraction probability, (1) A

A. Notation. Attraction probability of item d. (d) Highest attraction probability, (1) A A Notation Symbol Definition (d) Attraction probability of item d max Highest attraction probability, (1) A Binary attraction vector, where A(d) is the attraction indicator of item d P Distribution over

More information

Complexity of stochastic branch and bound methods for belief tree search in Bayesian reinforcement learning

Complexity of stochastic branch and bound methods for belief tree search in Bayesian reinforcement learning Complexity of stochastic branch and bound methods for belief tree search in Bayesian reinforcement learning Christos Dimitrakakis Informatics Institute, University of Amsterdam, Amsterdam, The Netherlands

More information

arxiv: v1 [cs.lg] 7 Sep 2018

arxiv: v1 [cs.lg] 7 Sep 2018 Analysis of Thompson Sampling for Combinatorial Multi-armed Bandit with Probabilistically Triggered Arms Alihan Hüyük Bilkent University Cem Tekin Bilkent University arxiv:809.02707v [cs.lg] 7 Sep 208

More information

Active Learning and Optimized Information Gathering

Active Learning and Optimized Information Gathering Active Learning and Optimized Information Gathering Lecture 7 Learning Theory CS 101.2 Andreas Krause Announcements Project proposal: Due tomorrow 1/27 Homework 1: Due Thursday 1/29 Any time is ok. Office

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

U Logo Use Guidelines

U Logo Use Guidelines Information Theory Lecture 3: Applications to Machine Learning U Logo Use Guidelines Mark Reid logo is a contemporary n of our heritage. presents our name, d and our motto: arn the nature of things. authenticity

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

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

1 MDP Value Iteration Algorithm

1 MDP Value Iteration Algorithm CS 0. - Active Learning Problem Set Handed out: 4 Jan 009 Due: 9 Jan 009 MDP Value Iteration Algorithm. Implement the value iteration algorithm given in the lecture. That is, solve Bellman s equation using

More information

Learning Algorithms for Minimizing Queue Length Regret

Learning Algorithms for Minimizing Queue Length Regret Learning Algorithms for Minimizing Queue Length Regret Thomas Stahlbuhk Massachusetts Institute of Technology Cambridge, MA Brooke Shrader MIT Lincoln Laboratory Lexington, MA Eytan Modiano Massachusetts

More information

Online learning with feedback graphs and switching costs

Online learning with feedback graphs and switching costs Online learning with feedback graphs and switching costs A Proof of Theorem Proof. Without loss of generality let the independent sequence set I(G :T ) formed of actions (or arms ) from to. Given the sequence

More information

The No-Regret Framework for Online Learning

The No-Regret Framework for Online Learning The No-Regret Framework for Online Learning A Tutorial Introduction Nahum Shimkin Technion Israel Institute of Technology Haifa, Israel Stochastic Processes in Engineering IIT Mumbai, March 2013 N. Shimkin,

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