README.md
setup.py
python/algorithms/__init__.py
python/algorithms/epsilon_greedy/__init__.py
python/algorithms/epsilon_greedy/annealing.py
python/algorithms/epsilon_greedy/standard.py
python/algorithms/epsilon_greedy/test_annealing.py
python/algorithms/epsilon_greedy/test_standard.py
python/algorithms/exp3/__init__.py
python/algorithms/exp3/exp3.py
python/algorithms/exp3/test_exp3.py
python/algorithms/hedge/__init__.py
python/algorithms/hedge/hedge.py
python/algorithms/hedge/test_hedge.py
python/algorithms/softmax/__init__.py
python/algorithms/softmax/annealing.py
python/algorithms/softmax/standard.py
python/algorithms/softmax/test_annealing.py
python/algorithms/softmax/test_standard.py
python/algorithms/ucb/__init__.py
python/algorithms/ucb/test_ucb1.py
python/algorithms/ucb/test_ucb2.py
python/algorithms/ucb/ucb1.py
python/algorithms/ucb/ucb2.py
python/arms/__init__.py
python/arms/adversarial.py
python/arms/bernoulli.py
python/arms/normal.py
python/banditsbook.egg-info/PKG-INFO
python/banditsbook.egg-info/SOURCES.txt
python/banditsbook.egg-info/dependency_links.txt
python/banditsbook.egg-info/top_level.txt
python/testing_framework/__init__.py
python/testing_framework/tests.py