├── README.md ├── UCB.py ├── arm.py ├── posterior.py └── test.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annieyan/Bandits-using-UCB-algorithm/HEAD/README.md -------------------------------------------------------------------------------- /UCB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annieyan/Bandits-using-UCB-algorithm/HEAD/UCB.py -------------------------------------------------------------------------------- /arm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annieyan/Bandits-using-UCB-algorithm/HEAD/arm.py -------------------------------------------------------------------------------- /posterior.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annieyan/Bandits-using-UCB-algorithm/HEAD/posterior.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annieyan/Bandits-using-UCB-algorithm/HEAD/test.py --------------------------------------------------------------------------------