.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
run_test.sh
run_tests.sh
setup.cfg
setup.py
.github/workflows/.github-tests-docs.yml
assets/icon.png
docs/source/conf.py
docs/source/game.rst
docs/source/index.rst
docs/source/policies.rst
docs/source/reward_distribution.rst
examples/basic_usage.ipynb
examples/bayesian_ucb_bernoulli.ipynb
examples/bayesian_ucb_bernoulli.py
examples/comparing_policies_gaussian.ipynb
examples/contextual_bandits_proxies.ipynb
examples/non_stationary_policies.ipynb
examples/non_stationary_policies.py
examples/thomson_sampling_bernoulli.ipynb
examples/thomson_sampling_gaussian.ipynb
pymab/__init__.py
pymab/game.py
pymab/logging.json
pymab/logging_config.py
pymab/plot_config.py
pymab/reward_distribution.py
pymab/static.py
pymab.egg-info/PKG-INFO
pymab.egg-info/SOURCES.txt
pymab.egg-info/dependency_links.txt
pymab.egg-info/requires.txt
pymab.egg-info/top_level.txt
pymab/policies/__init__.py
pymab/policies/bayesian_ucb.py
pymab/policies/contextual_bandits.py
pymab/policies/epsilon_greedy.py
pymab/policies/gradient.py
pymab/policies/greedy.py
pymab/policies/policy.py
pymab/policies/softmax_selection.py
pymab/policies/thompson_sampling.py
pymab/policies/ucb.py
pymab/policies/mixins/__init__.py
pymab/policies/mixins/stationarity_mixins.py
tests/__init__.py
tests/test_game.py
tests/test_reward_distribution.py
tests/policies/__init__.py
tests/policies/test_bayesian_ucb.py
tests/policies/test_contextual_bandits.py
tests/policies/test_epsilon_greedy.py
tests/policies/test_gradient.py
tests/policies/test_greedy.py
tests/policies/test_policy.py
tests/policies/test_softmax_selection.py
tests/policies/test_thompson_sampling.py
tests/policies/test_ucb.py