.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-app.yml
assets/UCBvsLLM.png
assets/bandit_scenario.png
assets/logo.png
assets/main.jpeg
banditbench/__init__.py
banditbench/utils.py
banditbench/version.py
banditbench.egg-info/PKG-INFO
banditbench.egg-info/SOURCES.txt
banditbench.egg-info/dependency_links.txt
banditbench.egg-info/requires.txt
banditbench.egg-info/top_level.txt
banditbench/agents/__init__.py
banditbench/agents/classics.py
banditbench/agents/guides.py
banditbench/agents/llm.py
banditbench/agents/typing.py
banditbench/sampling/__init__.py
banditbench/sampling/sampler.py
banditbench/sampling/typing.py
banditbench/tasks/__init__.py
banditbench/tasks/env.py
banditbench/tasks/scenario.py
banditbench/tasks/typing.py
banditbench/tasks/cb/__init__.py
banditbench/tasks/cb/env.py
banditbench/tasks/cb/movielens/__init__.py
banditbench/tasks/cb/movielens/env.py
banditbench/tasks/cb/movielens/processing.py
banditbench/tasks/cb/movielens/scenario.py
banditbench/tasks/cb/movielens/data/geo-data.csv
banditbench/tasks/mab/__init__.py
banditbench/tasks/mab/env.py
banditbench/tasks/mab/scenarios.py
banditbench/training/__init__.py
banditbench/training/fewshot.py
banditbench/training/oracle_sft.py
tests/run.py
tests/test_cb.py
tests/test_data_sampling.py
tests/test_fewshot.py
tests/test_guides.py
tests/test_llm_async.py
tests/test_llms.py
tests/test_mab.py
tests/test_mab_agent_classics.py
tests/test_mab_scenarios.py
tests/test_movielens.py
tests/test_random_seeds.py
tests/test_traj.py