bungogood / k-bandit

Using a range of methods to approche the k armed bandit problem, inspired by Reinforcement Learning: An Introduction by Andrew Barto and Richard S. Sutton.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K-Bandit Problem

Following the examples from Reinforcement Learning: An Introduction by Andrew Barto and Richard S. Sutton.

To Do

  • Add non stationary k armed bandits
  • Fix Gibbs solver

About

Using a range of methods to approche the k armed bandit problem, inspired by Reinforcement Learning: An Introduction by Andrew Barto and Richard S. Sutton.

License:MIT License


Languages

Language:Jupyter Notebook 93.6%Language:Python 6.4%