The multi armed-bandit problem

Size: px
Start display at page:

Download "The multi armed-bandit problem"

Transcription

1 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 October, 14-18th 2013

2 Introduction Introduction Boring and useless definitions: Bandits: Optimization of a noisy function. Observations: f (x) + ε x where ε x is random variable Statistics: lack of information (exploration) Optimization: maximize f ( ) (exploitation) Games: cumulative loss/payoff/reward Covariates: Some additional side observations gathered Start "easy": f is maximized over a finite set Concrete, simple and understandable examples follow.

3 Introduction Some real world examples

4 Introduction Some real world examples

5 Introduction Some real world examples

6 Introduction Simplified decision problem of Google Different firms go to Google and offer if you put my ad after the keywords "Flat Rental Paris", every time a customer clicks on it, I ll give you b i s euros A given ad i has some exogenous but unknown probability of being clicked p i. Displaying ad i gives in expectation p i.b i to Google. Objective of Google... maximize cumulated payoff as fast as possible.

7 Introduction Simplified decision problem of Google Different firms go to Google and offer if you put my ad after the keywords "Flat Rental Paris", every time a customer clicks on it, I ll give you b i s euros A given ad i has some exogenous but unknown probability of being clicked p i. Displaying ad i gives in expectation p i.b i to Google. Objective of Google... maximize cumulated payoff as fast as possible. Difficulties: The expected revenue of an ad i is unknown; p i cannot be estimated if ad i is not displayed. Take risk and display new ads (to compute new and maybe high p i ) or be safe and display the best estimated ad?

8 Static case Framework Static Case Successive Elimination (SE) Static bandit No queries Structure of a specific instance Decision set: {1,..., K } (the set of "arms"... ads). Expected payoff of arm k: f k [0, 1]. Best ad, f. Problem difficulty: k = f f k, min = min k >0 k Repeated decision problem. At stage t N, Choose k t {1,..., K }, receive Y t [0, 1] i.i.d. expectation f kt Observe only the payoff Y t (and not f kt ) and move to stage t + 1 Objectives: maximize cumulative expected payoff or Minimize regret: R T = T.f T t=1 f k t = T t=1 k t Choose the quickest possible the best decision with noise.

9 Static case Framework Static Case Successive Elimination (SE) Static Case: UCB Lower bound for K=2: R T log(t 2 min) min with min = min f f k Famous algo: Upper Confidence Bound (and its variants) Using UCB, E[R T ] 8 k log(t ) k 8K log(t ) min

10 Static case Framework Static Case Successive Elimination (SE) Static Case: UCB Lower bound for K=2: R T log(t 2 min) min with min = min f f k Famous algo: Upper Confidence Bound (and its variants) Draw each arm 1,.., K once and observe Y 1 1,.., Y K K After stage t, compute the following: (Round 1) t k = {τ t; k τ = k} the number of times arm k was drawn; Ȳt k = 1 Yτ k an estimate of f k t k τ t; k τ =k Draw the arm k t+1 = arg max k Ȳ k t + 2 log(t) t k Using UCB, E[R T ] 8 k log(t ) k 8K log(t ) min

11 Static case Framework Static Case Successive Elimination (SE) Remarks on UCB Lower bound for K=2: R T log(t 2 min) min, min = min k >0 k UCB algo: Draw each arm 1,.., K once and observe Y 1 1,.., Y K K (Round 1) Draw the arm k t+1 = arg max k Ȳ k t + 2 log(t) t k UCB Upper bound: E[R T ] 8 k log(t ) k 8K log(t ) min Remarks: Proof based on Hoeffding inequality; Not intuitive: clearly suboptimal arms keep being drawn MOSS, a variant of UCB, achieves E[R T ] K log(t 2 min /K ) min Neither log(t ) or K log(t 2 min /K ) sufficient with covariates.

12 Static case Framework Static Case Successive Elimination (SE) Successive Elimination (SE) Simple policy based on the intuition: Determine the suboptimal arms, and do not play them. Time is divided in rounds n N: after round n: eliminate arms (with great proba.) suboptimal i.e., arm k s.t. Ȳ n k log(t /n) + 2 n Ȳ k n 2 at round n + 1: draw each remaining arm once. log(t /n) n Easy to describe, to understand (but not to analyse for K > 2...), intuitive. Simple confidence term (but requires knowledge of T ). (SE) is a variant of Even-Dar et al. ( 06) Auer and Ortner ( 10)

13 Static case Framework Static Case Successive Elimination (SE) Regret of successive elimination Theorem [P. and Rigollet ( 13)] Played on K arms, the (SE) policy satisfies { log(t 2 k E[R T ] min ), } TK log(k ) k UCB: k log(t ) k, MOSS: K log(t 2 min /K ) min k E[R T ] = k k.e[n k ] with n k the number of draws of arm k Exact bound:

14 Static case Framework Static Case Successive Elimination (SE) Regret of successive elimination Theorem [P. and Rigollet ( 13)] Played on K arms, the (SE) policy satisfies { log(t 2 k E[R T ] min ), } TK log(k ) k UCB: k log(t ) k, MOSS: K log(t 2 min /K ) min k E[R T ] = k k.e[n k ] with n k the number of draws of arm k Exact bound: { E[R T ] min 646 k ( [ ]) 1 T 2 log max k k 18, e, 166 } TK log(k )

15 Static case Framework Static Case Successive Elimination (SE) Successive Elimination: Example Two arms A round: a draw of both arms f 1 f 2

16 Static case Framework Static Case Successive Elimination (SE) Successive Elimination: Example Two arms A round: a draw of both arms log(t /1) 2 1 f 1 Ȳ 1 1 Round 1: no elimination f 2 Ȳ 2 1

17 Static case Framework Static Case Successive Elimination (SE) Successive Elimination: Example Two arms A round: a draw of both arms Ȳ 1 f 1 2 log(t /2) 2 2 Round 1: Round 2: no elimination no elimination f 2 Ȳ 2 2

18 Static case Framework Static Case Successive Elimination (SE) Successive Elimination: Example Two arms A round: a draw of both arms f 1 log(t /3) 2 3 Ȳ 1 3 Round 1: Round 2: Round 3: no elimination no elimination elimination f 2 Ȳ 2 3

19 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: Ȳn 2 log(t /n) + 2 n Ȳ n 1 log(t /n) 2 n

20 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 2 log(t /n) + 2 f 1 log(t /n) 2 n n

21 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 log(t /n) = n

22 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 log(t /n) = n 2 log(t 2 2 ) n 2 2

23 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 ( P n n 2, Ȳ 1 n Ȳ 2 n 2 2 ) log(t /n) n 2 n T Arm 2 not eliminated at round n 2.

24 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) ( ) P n n 2, Ȳn 1 Ȳ n 2 log(t /n) 2 2 n 2 n T Arm 2 not eliminated at round n 2.

25 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) Arm 2 not eliminated at round n 2. ( P n n 2,Ȳ 2 n Ȳ 1 n 2 2 ) log(t /n) n

26 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) Arm 2 not eliminated at round n 2. P Ȳ n 2 2 Ȳ n log(t /n 2) n 2

27 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) Arm 2 not eliminated at round n 2. P (Ȳ 2 n2 Ȳ 1 n )

28 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) Arm 2 not eliminated at round n 2. (with proba. n 2 T ) P ([Ȳ 1 n2 Ȳ 2 n2 ] 2 2 ) exp ( n ) n 2 T

29 Static case Framework Static Case Successive Elimination (SE) Sketch of proof with K = 2 Basic idea: arm 2 (subopt.) eliminated at the first round n s.t.: f 1 f 2 = 2 2 log(t /n) 2 n n 2 log(t 2 2 ) 2 2 What could go wrong: Arm 1 eliminated before round n 2 (with proba. n 2 T ) Arm 2 not eliminated at round n 2. (with proba. n 2 T ) Number of draws of arm 2 (each incurs a regret of 2 ): T if something wrong (w.p. n 2 T ), n 2 otherwise ( w.p. 1): E[R T ] [ n 2 + n 2 T T ] 2 n 2 2 log(t 2 2 ) 2

30 General Model Covariates: X t X = [0, 1] d, i.i.d., law µ (equivalent to) λ Examples: request received by Amazon or Google X t observed before taking a decision at time t N Equivalence: two unknown constants cλ(a) µ(a) cλ(a) Decisions: k t K = {1,.., K }; construction of a policy π Payoff: Y k t [0, 1] ν k (X t ), E[Y k X] = f k (X) Objective: regret R T := T t=1 f π (X t ) (X t ) f k t (X t ) o(t )

31 General Model Covariates: X t X = [0, 1] d, i.i.d., law µ (equivalent to) λ Decisions: k t K = {1,.., K }; construction of a policy π Examples: Choice of the ad to be displayed Decision k t taken after the observation of X t at time t N Objectives: Find the best decision given the request Payoff: Y k t [0, 1] ν k (X t ), E[Y k X] = f k (X) Objective: regret R T := T t=1 f π (X t ) (X t ) f k t (X t ) o(t )

32 General Model Covariates: X t X = [0, 1] d, i.i.d., law µ (equivalent to) λ Decisions: k t K = {1,.., K }; construction of a policy π Payoff: Y k t [0, 1] ν k (X t ), E[Y k X] = f k (X) Examples: proba/reward of click on ad k function of the request Only Y kt t is observed before moving to stage t + 1; Optimization: Find the decision k t that maximizes f k (X t ) Objective: regret R T := T t=1 f π (X t ) (X t ) f k t (X t ) o(t )

33 General Model Covariates: X t X = [0, 1] d, i.i.d., law µ (equivalent to) λ Decisions: k t K = {1,.., K }; construction of a policy π Payoff: Y k t [0, 1] ν k (X t ), E[Y k X] = f k (X) Objective: regret R T := T t=1 f π (X t ) (X t ) f k t (X t ) o(t ) Optimal policy: π (X) = arg max f k (X); and f π (X) (X) = f (X) Maximize cumulated payoffs T t=1 f kt (X t ) or minimize regret Find a policy π asymptotic. at least as well as π (in average)

34 Regularity assumptions 1 Smoothness of the pb: Every f k is β-hölder, with β (0, 1]: L > 0, x, y X, f (x) f (y) L x y β 2 Complexity of the pb: (α-margin condition) δ 0 > 0 and C 0 > 0 ] P X [0 < f 1 (x) f 2 (x) < δ C 0 δ α, δ (0, δ 0 )

35 Regularity assumptions 1 Smoothness of the pb: Every f k is β-hölder, with β (0, 1]: L > 0, x, y X, f (x) f (y) L x y β 2 Complexity of the pb: (α-margin condition) δ 0 > 0 and C 0 > 0 ] P X [0 < f (x) f (x) < δ C 0 δ α, δ (0, δ 0 ) where f (x) = max k f k (x) is the maximal f k and f (x) = max { f k (x) s.t. f k (x) < f (x) } is the second max. With K > 2: f is β-hölder but f is not continuous.

36 Regularity: an easy example (α big) f 1 (x)

37 Regularity: an easy example (α big) f 1 (x) f 2 (x)

38 Regularity: an easy example (α big) f 1 (x) f 2 (x) f 3 (x)

39 Regularity: an easy example (α big) f (x) f 1 (x) f 2 (x) f 3 (x)

40 Regularity: an easy example (α big) f (x) f 1 (x) f 2 (x) f (x) f 3 (x)

41 Regularity: an easy example (α big) f (x) f 1 (x) f 2 (x) f (x) f 3 (x)

42 Regularity: a hard example (α small) f 1 (x)

43 Regularity: a hard example (α small) f 1 (x) f 2 (x)

44 Regularity: a hard example (α small) f 3 (x) f 1 (x) f 2 (x)

45 Regularity: a hard example (α small) f 3 (x) f 1 (x) f (x) f 2 (x)

46 Regularity: a hard example (α small) f 3 (x) f 1 (x) f (x) f (x) f 2 (x)

47 Regularity: a hard example (α small) f 3 (x) f 1 (x) f (x) f (x) f 2 (x)

48 Conflict between α and β ] δ 0, C 0, P X [0 < f (x) f (x) < δ C 0 δ α, δ (0, δ 0 ) First used by Goldenshluger and Zeevi ( 08) case f 1 = 0; It was an assumption on the distribution of X only Here: fixed marginal (uniform), measures closeness of functions. Proposition: Conflict α vs. β αβ > d = all arms are either always or never optimal Smoothness β is known, but complexity α is not known.

49 Binned policy f (x) f 1 (x) f 2 (x) f (x) f 3 (x)

50 Binned policy f 1 (x) f 2 (x) f 3 (x)

51 Binned policy f 1 (x) f 2 (x) f 3 (x)

52 Binned policy Consider the uniform partition of [0, 1] d into 1/M d bins Bins: hypercube B with side length B equal to M. Each bin is an independent problem; exact value of X t discarded Average reward of bin B: f B k = B f k (x)dp(x) P(B) (P(B) M d ) Follow on each bin your favorite static policy. Reduction to 1/M d static bandits pb. with expected reward ( f 1 B,.., f K B ). see Rigollet and Zeevi ( 10)

53 Binned Successive Elimination (BSE) f 1 (x) f 2 (x) f 3 (x)

54 Binned Successive Elimination (BSE) Theorem [P. and Rigollet ( 11)] If 0 < α < 1, E[R T (BSE)] T of parameter M ( K log(k ) T ) 1 2β+d ( K log(k ) T ) β(1+α) 2β+d with the choice For K = 2, matches lower bound: minimax optimal w.r.t. T. Same bound can be obtained in the full info. setting (Audibert and Tsybakov, 07) No log(t ): difficulty of nonparametric estimation washes away the effects of exploration/exploitation. α < 1: cannot attain fast rates

55 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H M β.p (Hard) T M β.p ( 0 < f f < M β) T TM β(1+α) Easy bins ( B M β ): with B = sup f (x) f (x) x B B f f dp P(B)

56 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T R H M β.p (Hard) T M β.p ( 0 < f f < M β) T TM β(1+α) Easy bins ( B M β ): with B = sup f (x) f (x) x B B f f dp P(B)

57 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T Easy bins ( B M β ): R E easy log ( (TM d ) 2 ) B B with B = sup f (x) f (x) x B B f f dp P(B)

58 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T Easy bins ( B M β ): R E easy log ( (TM d ) 2 ) B B Order the B as M d then ) l {1,.., M d }, lm d P (0 < f f < l α l

59 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T Easy bins ( B M β ): R E M d l=m αβ d log ( (TM d )(lm d ) 2/α) (lm d ) 1/α Order the B as M d then ) l {1,.., M d }, lm d P (0 < f f < l α l

60 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T Easy bins ( B M β ): R E TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T R E M d l=m αβ d log ( (TM d )(lm d ) 2/α) (lm d ) 1/α TM β(1+α) because (for α < 1): M d l=m αβ d log ( (TM d )(lm d ) 2/α) (lm d ) 1/α log ( TM 2β+d ) M d+β(1 α) TM β(1+α)

61 Sketch for K = 2 Decomposition of regret: E[R T (BSE)] = R H + R E Hard bins ( B < M β ): R H TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T Easy bins ( B M β ): R E TM β(1+α) T ( ) β(1+α) K log(k ) 2β+d T For α 1 additional terms: E[R T ] multiplied by log(t ). We always pay the number of bins (that should be large enough for non-smooth functions) Problem is: too many bins. Solution: Online/adaptive construction of the bins.

62 Suboptimality of (BSE) for α 1 f 1 (x) f 2 (x) f 3 (x)

63 Suboptimality of (BSE) for α 1 f 1 (x) f 2 (x) f 3 (x)

64 Adaptative BSE (ABSE) Basic idea: Given a bin of size B (for K = 2): If f B 1 f B 2 B β then f 1 f 2 on B. Adaptively Binned Successive Elimination Start with B = [0, 1] and B 0 ( K log(k ) T ) 1 2β+d Draw samples (in rounds) of arms when covariates are in B; If Ȳ n k Ȳ k log(t B n d /n) n + B β then eliminate arm k ; Stop after n B rounds and split B in two halves (of size B /2) with log(t B d /n B ) n B = B β and n B log(t B 2β+d ) B 2β Repeat the procedure on two halves (until B B 0 ).

65 Regret of (ABSE) Theorem [P. and Rigollet ( 11)] Fix α > 0 and 0 < β 1 then (ABSE) has a regret bounded as ( K log(k ) E[R T (ABSE)] T T ) β(1+α) 2β+d Minimax optimal (Rigollet and Zeevi, See also Audibert and Tsybakov, 2007) Slivkins (2011, COLT): Zooming (abstract setup, complicated algorithm); no real purpose nor measure to adaptive policy.

66 (ABSE) illustrated 0 1/4 1/2 1 [0, 1] (1 2) keep 1 and 2 f 1 f 2 [0, 1 2 ] (1 2) keep 1 and 2 [ 1 2, 1] (1 2) eliminate 2 [0, 1 4 ] (1 2) [0, 1 4 ] (2 1) eliminate 2 eliminate 1

67 (ABSE) illustrated 0 1/4 1/2 1 eliminate 1 or 2 [0, 1] (1 2) keep 1 and 2 eliminate 1 or eliminate 1 or 2 [0, 1 2 ] (1 2) [ 1 not eliminate 2 2, 1] (1 2) eliminate 1 or keep 1 and 2 eliminate 2 not eliminate 2 [0, 1 4 ] (1 2) [0, 1 4 ] (2 1) eliminate 2 or eliminate 2 eliminate 1 not eliminate 1 f 1 f 2

68 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: Eliminate arm 1 or not eliminate arm 2: Same analysis for (SE) Happens with proba. less than n B T B d Number of times covariates in B less than T B d Regret each time less than B B β Non-terminal node:

69 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Eliminate arm 1 or not eliminate arm 2: Same analysis for (SE) Happens with proba. less than n B T B d Number of times covariates in B less than T B d Regret each time less than B B β Non-terminal node:

70 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: Eliminate arm 1 or eliminate arm 2 ( f 2 B f 1 B f 2 B + B β ) For arm 1, same analysis. For arm 2: log(t n n B, Ȳn 1 B d /n) log(t n Ȳ n 2 B d /n) + + B β n

71 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: Eliminate arm 1 or eliminate arm 2 ( f 2 B f 1 B f 2 B + B β ) For arm 1, same analysis. For arm 2: log(t n n B, Ȳn 1 Ȳ n 2 B d /n) B 2 + B β B n

72 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: Eliminate arm 1 or eliminate arm 2 ( f 2 B f 1 B f 2 B + B β ) For arm 1, same analysis. For arm 2: ( ) log(t P n n B, Ȳn 1 Ȳ n 2 B d /n) B 2 n B n T B d

73 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: R B n B B β log(t B 2β+d ) B β Eliminate arm 1 or eliminate arm 2 ( f 2 B f 1 B f 2 B + B β ) For arm 1, same analysis. For arm 2: ( ) log(t P n n B, Ȳn 1 Ȳ n 2 B d /n) B 2 n B n T B d

74 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: R B n B B β log(t B 2β+d ) B β N l =number of bins of size B = 2 l (and 2 l 0 = B 0 ): ( N l.2 ld P 0 < f f < 2 lβ) 2 lαβ and E[R T ] B n B B β l 0 l=0 ( 2 l(d αβ) log T 2 l(2β+d)) 2 lβ

75 (ABSE) Sketch of proof If everything goes right: When a bin B is reach, one has B B β (so regret n B B β ). What could go wrong Terminal node: R B n B B β log(t B 2β+d ) B β Non-terminal node: R B n B B β log(t B 2β+d ) B β N l =number of bins of size B = 2 l (and 2 l 0 = B 0 ): ( N l.2 ld P 0 < f f < 2 lβ) 2 lαβ and ( K log(k ) E[R T ] T T ) β(1+α) 2β+d

76 Conclusion and Remark Conclusion We introduced and analyzed new policies: Sequential Elimination: an intuitive policy with great potential for the static case; Binned SE: its generalization for hard dynamic pb; Adaptively BSE: again generalized for both easy and hard pb. There are all minimax optimal in T ; Conjecture: also in K up to the term log(k ). They require the knowledge of T (OK) and β (more arguable) Analysis more intricate when K > 2: optimal arm can be eliminated more easily, f non continuous Future work: adaptive policy w.r.t. β

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

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

THE MULTI-ARMED BANDIT PROBLEM WITH COVARIATES. BY VIANNEY PERCHET 1 AND PHILIPPE RIGOLLET 2 Université Paris Diderot and Princeton University

THE MULTI-ARMED BANDIT PROBLEM WITH COVARIATES. BY VIANNEY PERCHET 1 AND PHILIPPE RIGOLLET 2 Université Paris Diderot and Princeton University The Annals of Statistics 2013, Vol. 41, No. 2, 693 721 DOI: 10.1214/13-AOS1101 Institute of Mathematical Statistics, 2013 THE MULTI-ARMED ANDIT PROLEM WITH COVARIATES Y VIANNEY PERCHET 1 AND PHILIPPE RIGOLLET

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

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

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

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

Fast learning rates for plug-in classifiers under the margin condition

Fast learning rates for plug-in classifiers under the margin condition Fast learning rates for plug-in classifiers under the margin condition Jean-Yves Audibert 1 Alexandre B. Tsybakov 2 1 Certis ParisTech - Ecole des Ponts, France 2 LPMA Université Pierre et Marie Curie,

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

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

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

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

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

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

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

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

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

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

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

Hybrid Machine Learning Algorithms

Hybrid Machine Learning Algorithms Hybrid Machine Learning Algorithms Umar Syed Princeton University Includes joint work with: Rob Schapire (Princeton) Nina Mishra, Alex Slivkins (Microsoft) Common Approaches to Machine Learning!! Supervised

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

Logarithmic Online Regret Bounds for Undiscounted Reinforcement Learning

Logarithmic Online Regret Bounds for Undiscounted Reinforcement Learning Logarithmic Online Regret Bounds for Undiscounted Reinforcement Learning Peter Auer Ronald Ortner University of Leoben, Franz-Josef-Strasse 18, 8700 Leoben, Austria auer,rortner}@unileoben.ac.at Abstract

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

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

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

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

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

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

Optimisation séquentielle et application au design

Optimisation séquentielle et application au design Optimisation séquentielle et application au design d expériences Nicolas Vayatis Séminaire Aristote, Ecole Polytechnique - 23 octobre 2014 Joint work with Emile Contal (computer scientist, PhD student)

More information

Gaussian Process Optimization with Mutual Information

Gaussian Process Optimization with Mutual Information Gaussian Process Optimization with Mutual Information Emile Contal 1 Vianney Perchet 2 Nicolas Vayatis 1 1 CMLA Ecole Normale Suprieure de Cachan & CNRS, France 2 LPMA Université Paris Diderot & CNRS,

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

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

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

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

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

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

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

Online Learning: Bandit Setting

Online Learning: Bandit Setting Online Learning: Bandit Setting Daniel asabi Summer 04 Last Update: October 0, 06 Introduction [TODO Bandits. Stocastic setting Suppose tere exists unknown distributions ν,..., ν, suc tat te loss at eac

More information

An Experimental Evaluation of High-Dimensional Multi-Armed Bandits

An Experimental Evaluation of High-Dimensional Multi-Armed Bandits An Experimental Evaluation of High-Dimensional Multi-Armed Bandits Naoki Egami Romain Ferrali Kosuke Imai Princeton University Talk at Political Data Science Conference Washington University, St. Louis

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

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

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

Online Optimization in X -Armed Bandits

Online Optimization in X -Armed Bandits Online Optimization in X -Armed Bandits Sébastien Bubeck INRIA Lille, SequeL project, France sebastien.bubeck@inria.fr Rémi Munos INRIA Lille, SequeL project, France remi.munos@inria.fr Gilles Stoltz Ecole

More information

The Epoch-Greedy Algorithm for Contextual Multi-armed Bandits John Langford and Tong Zhang

The Epoch-Greedy Algorithm for Contextual Multi-armed Bandits John Langford and Tong Zhang The Epoch-Greedy Algorithm for Contextual Multi-armed Bandits John Langford and Tong Zhang Presentation by Terry Lam 02/2011 Outline The Contextual Bandit Problem Prior Works The Epoch Greedy Algorithm

More information

Reducing contextual bandits to supervised learning

Reducing contextual bandits to supervised learning Reducing contextual bandits to supervised learning Daniel Hsu Columbia University Based on joint work with A. Agarwal, S. Kale, J. Langford, L. Li, and R. Schapire 1 Learning to interact: example #1 Practicing

More information

Plug-in Approach to Active Learning

Plug-in Approach to Active Learning Plug-in Approach to Active Learning Stanislav Minsker Stanislav Minsker (Georgia Tech) Plug-in approach to active learning 1 / 18 Prediction framework Let (X, Y ) be a random couple in R d { 1, +1}. X

More information

1 A Support Vector Machine without Support Vectors

1 A Support Vector Machine without Support Vectors CS/CNS/EE 53 Advanced Topics in Machine Learning Problem Set 1 Handed out: 15 Jan 010 Due: 01 Feb 010 1 A Support Vector Machine without Support Vectors In this question, you ll be implementing an online

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

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

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

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

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

Robustness of Anytime Bandit Policies

Robustness of Anytime Bandit Policies Robustness of Anytime Bandit Policies Antoine Salomon, Jean-Yves Audibert To cite this version: Antoine Salomon, Jean-Yves Audibert. Robustness of Anytime Bandit Policies. 011. HAL Id:

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

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

Basics of reinforcement learning

Basics of reinforcement learning Basics of reinforcement learning Lucian Buşoniu TMLSS, 20 July 2018 Main idea of reinforcement learning (RL) Learn a sequential decision policy to optimize the cumulative performance of an unknown system

More information

ONLINE ADVERTISEMENTS AND MULTI-ARMED BANDITS CHONG JIANG DISSERTATION

ONLINE ADVERTISEMENTS AND MULTI-ARMED BANDITS CHONG JIANG DISSERTATION c 2015 Chong Jiang ONLINE ADVERTISEMENTS AND MULTI-ARMED BANDITS BY CHONG JIANG DISSERTATION Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Electrical and

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

Minimax Concave Penalized Multi-Armed Bandit Model with High-Dimensional Convariates

Minimax Concave Penalized Multi-Armed Bandit Model with High-Dimensional Convariates Minimax Concave Penalized Multi-Armed Bandit Model with High-Dimensional Convariates Xue Wang * 1 Mike Mingcheng Wei * 2 Tao Yao * 1 Abstract In this paper, we propose a Minimax Concave Penalized Multi-Armed

More information

Game Theory and its Applications to Networks - Part I: Strict Competition

Game Theory and its Applications to Networks - Part I: Strict Competition Game Theory and its Applications to Networks - Part I: Strict Competition Corinne Touati Master ENS Lyon, Fall 200 What is Game Theory and what is it for? Definition (Roger Myerson, Game Theory, Analysis

More information

Bayesian Contextual Multi-armed Bandits

Bayesian Contextual Multi-armed Bandits Bayesian Contextual Multi-armed Bandits Xiaoting Zhao Joint Work with Peter I. Frazier School of Operations Research and Information Engineering Cornell University October 22, 2012 1 / 33 Outline 1 Motivating

More information

Discover Relevant Sources : A Multi-Armed Bandit Approach

Discover Relevant Sources : A Multi-Armed Bandit Approach Discover Relevant Sources : A Multi-Armed Bandit Approach 1 Onur Atan, Mihaela van der Schaar Department of Electrical Engineering, University of California Los Angeles Email: oatan@ucla.edu, mihaela@ee.ucla.edu

More information

Learning with Exploration

Learning with Exploration Learning with Exploration John Langford (Yahoo!) { With help from many } Austin, March 24, 2011 Yahoo! wants to interactively choose content and use the observed feedback to improve future content choices.

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

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. Adversarial bandits Definition: sequential game. Lower bounds on regret from the stochastic case. Exp3: exponential weights

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

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

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

Profile-Based Bandit with Unknown Profiles

Profile-Based Bandit with Unknown Profiles Journal of Machine Learning Research 9 (208) -40 Submitted /7; Revised 6/8; Published 9/8 Profile-Based Bandit with Unknown Profiles Sylvain Lamprier sylvain.lamprier@lip6.fr Sorbonne Universités, UPMC

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

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

Pure Exploration in Finitely Armed and Continuous Armed Bandits

Pure Exploration in Finitely Armed and Continuous Armed Bandits Pure Exploration in Finitely Armed and Continuous Armed Bandits Sébastien Bubeck INRIA Lille Nord Europe, SequeL project, 40 avenue Halley, 59650 Villeneuve d Ascq, France Rémi Munos INRIA Lille Nord Europe,

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

The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan

The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan The geometry of Gaussian processes and Bayesian optimization. Contal CMLA, ENS Cachan Background: Global Optimization and Gaussian Processes The Geometry of Gaussian Processes and the Chaining Trick Algorithm

More information

Batched Bandit Problems

Batched Bandit Problems Batched Bandit Problems Vianney Perchet Univeristé Paris Diderot vianney.perchet@normalesup.org sites.google.com/site/vianneyperchet/ Sylvain Chassang Princeton University chassang@prinecton.edu princeton.edu/

More information

21.2 Example 1 : Non-parametric regression in Mean Integrated Square Error Density Estimation (L 2 2 risk)

21.2 Example 1 : Non-parametric regression in Mean Integrated Square Error Density Estimation (L 2 2 risk) 10-704: Information Processing and Learning Spring 2015 Lecture 21: Examples of Lower Bounds and Assouad s Method Lecturer: Akshay Krishnamurthy Scribes: Soumya Batra Note: LaTeX template courtesy of UC

More information

The Multi-Armed Bandit Problem

The Multi-Armed Bandit Problem Università degli Studi di Milano The bandit problem [Robbins, 1952]... K slot machines Rewards X i,1, X i,2,... of machine i are i.i.d. [0, 1]-valued random variables An allocation policy prescribes which

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

Lecture 10 : Contextual Bandits

Lecture 10 : Contextual Bandits CMSC 858G: Bandits, Experts and Games 11/07/16 Lecture 10 : Contextual Bandits Instructor: Alex Slivkins Scribed by: Guowei Sun and Cheng Jie 1 Problem statement and examples In this lecture, we will be

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

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

Deviations of stochastic bandit regret

Deviations of stochastic bandit regret Deviations of stochastic bandit regret Antoine Salomon 1 and Jean-Yves Audibert 1,2 1 Imagine École des Ponts ParisTech Université Paris Est salomona@imagine.enpc.fr audibert@imagine.enpc.fr 2 Sierra,

More information

Adaptivity to Smoothness in X -armed bandits

Adaptivity to Smoothness in X -armed bandits Proceedings of Machine Learning Research vol 75:1 30, 2018 31st Annual Conference on Learning Theory Adaptivity to Smoothness in X -armed bandits Andrea Locatelli Mathematics Department, Otto-von-Guericke-Universität

More information

Bandit Convex Optimization: T Regret in One Dimension

Bandit Convex Optimization: T Regret in One Dimension Bandit Convex Optimization: T Regret in One Dimension arxiv:1502.06398v1 [cs.lg 23 Feb 2015 Sébastien Bubeck Microsoft Research sebubeck@microsoft.com Tomer Koren Technion tomerk@technion.ac.il February

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

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

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

Nonparametric Estimation and Model Combination in a Bandit Problem with Covariates

Nonparametric Estimation and Model Combination in a Bandit Problem with Covariates Nonparametric Estimation and Model Combination in a Bandit Problem with Covariates A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Wei Qian IN PARTIAL FULFILLMENT

More information

CSE250A Fall 12: Discussion Week 9

CSE250A Fall 12: Discussion Week 9 CSE250A Fall 12: Discussion Week 9 Aditya Menon (akmenon@ucsd.edu) December 4, 2012 1 Schedule for today Recap of Markov Decision Processes. Examples: slot machines and maze traversal. Planning and learning.

More information

Online Prediction: Bayes versus Experts

Online Prediction: Bayes versus Experts Marcus Hutter - 1 - Online Prediction Bayes versus Experts Online Prediction: Bayes versus Experts Marcus Hutter Istituto Dalle Molle di Studi sull Intelligenza Artificiale IDSIA, Galleria 2, CH-6928 Manno-Lugano,

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

Approximate Universal Artificial Intelligence

Approximate Universal Artificial Intelligence Approximate Universal Artificial Intelligence A Monte-Carlo AIXI Approximation Joel Veness Kee Siong Ng Marcus Hutter David Silver University of New South Wales National ICT Australia The Australian National

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

Learning, Games, and Networks

Learning, Games, and Networks Learning, Games, and Networks Abhishek Sinha Laboratory for Information and Decision Systems MIT ML Talk Series @CNRG December 12, 2016 1 / 44 Outline 1 Prediction With Experts Advice 2 Application to

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