Coder Social home page Coder Social logo

bandits's Introduction

Multi-Armed Bandit Algorithms

RNN (LSTM or GRU)

  • guesses the opponent policy distribution based on sequence of previous moves
  • difficult to learn all possible opponent strategies (deeper network?)

UCB (Upper Confidence Bound)1

  • balance exploitation/exploration
  • predictable by opponent
  • needs high exploration constant and/or frequent resets

PUCB (Predictor + Upper Confidence Bound)2

  • predictor (ideally) detects changes in opponent stategy

SER4 (Successive Elimation Rounds with Randomized Round-Robin and Resets)3

  • runs several random trials to find move with highest mean reward
  • assumes constant oppponent distribution
  • bad against high variance strategies

EXP3.R (EXP3 with Resets)3 4

  • updates probabilities based on mean rewards and prior
  • reset based on detection of maximum mean reward drift
  • good against exploitation-biased strategies

Bayesian (Thompson Sampling)5

  • use beta distribution to model reward probabilities and update based on observations
  • assumes constant opponent distribution

References

1: https://link.springer.com/article/10.1023/A:1013689704352

2: https://link.springer.com/article/10.1007%2Fs10472-011-9258-6

3: https://link.springer.com/article/10.1007/s41060-017-0050-5

4: https://cseweb.ucsd.edu/~yfreund/papers/bandits.pdf

5: https://arxiv.org/pdf/1707.02038.pdf

bandits's People

Contributors

meiji163 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.