Skip to content

itayhubara/Batched-Bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batched-Bandit

This repository aims to reproduce and expend the "Batched Bandits Problems" and extend it by adding the following experiments:

  • Ploting the "optimal grid" as suggested in section 4.2
  • PredTau algorithm which estimate delta and predict tau(\Delta)
  • Improved-UCB - I added this experiment for fair comparison
  • Improved-UCB with go-to-broke policy
  • Batched Arm Elimination algorithm based on the paper "Regret Bounds for Batched Bandits"

This is not the official code of the paper

Instalation

The code was implementedin python3 and uses scipy and numpy. Please install using pip: pip install numpy pip install scipy

Runing the code

python main_paralle --alg improved_ucb_gtb --d poisson

plot

python ploter --sub_plot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages