LICENSE
README.md
pyproject.toml
src/statisticalRL_learners.egg-info/PKG-INFO
src/statisticalRL_learners.egg-info/SOURCES.txt
src/statisticalRL_learners.egg-info/dependency_links.txt
src/statisticalRL_learners.egg-info/requires.txt
src/statisticalRL_learners.egg-info/top_level.txt
src/statisticalrl_learners/__init__.py
src/statisticalrl_learners/Generic/Qlearning.py
src/statisticalrl_learners/Generic/Random.py
src/statisticalrl_learners/Generic/__init__.py
src/statisticalrl_learners/MABs/BESA.py
src/statisticalrl_learners/MABs/FTL.py
src/statisticalrl_learners/MABs/IMED.py
src/statisticalrl_learners/MABs/Oracle.py
src/statisticalrl_learners/MABs/TS.py
src/statisticalrl_learners/MABs/UCB.py
src/statisticalrl_learners/MABs/Uniform.py
src/statisticalrl_learners/MABs/__init__.py
src/statisticalrl_learners/MABs/utils.py
src/statisticalrl_learners/MDPs_discrete/AgentInterface.py
src/statisticalrl_learners/MDPs_discrete/Human.py
src/statisticalrl_learners/MDPs_discrete/IMED_RL.py
src/statisticalrl_learners/MDPs_discrete/KLUCRL.py
src/statisticalrl_learners/MDPs_discrete/MED_RL.py
src/statisticalrl_learners/MDPs_discrete/PSRL.py
src/statisticalrl_learners/MDPs_discrete/UCRL2.py
src/statisticalrl_learners/MDPs_discrete/UCRL2B.py
src/statisticalrl_learners/MDPs_discrete/UCRL3.py
src/statisticalrl_learners/MDPs_discrete/__init__.py
src/statisticalrl_learners/MDPs_discrete/utils.py
src/statisticalrl_learners/MDPs_discrete/Equivalence/CUCRL.py
src/statisticalrl_learners/MDPs_discrete/Equivalence/UCRL_equivalence.py
src/statisticalrl_learners/MDPs_discrete/Equivalence/__init__.py
src/statisticalrl_learners/MDPs_discrete/Equivalence/equivalence.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/IMEDKTP.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/PSRL_KD.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/TS_KD.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/UCB_KD.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/UCRL3_KD.py
src/statisticalrl_learners/MDPs_discrete/KnownDynamics/__init__.py
src/statisticalrl_learners/MDPs_discrete/Optimal/BlackwellOptimalControl.py
src/statisticalrl_learners/MDPs_discrete/Optimal/OptimalControl.py
src/statisticalrl_learners/MDPs_discrete/Optimal/__init__.py