.gitignore
__init__.py
readme.md
requirements.txt
setup.py
algorithms/__init__.py
algorithms/planner.py
algorithms/readme.md
algorithms/rl.py
bettermdptools.egg-info/PKG-INFO
bettermdptools.egg-info/SOURCES.txt
bettermdptools.egg-info/dependency_links.txt
bettermdptools.egg-info/requires.txt
bettermdptools.egg-info/top_level.txt
notebooks/blackjack.ipynb
notebooks/frozen_lake.ipynb
notebooks/other_utilities.ipynb
notebooks/taxi.ipynb
utils/__init__.py
utils/blackjack-envP.pickle
utils/blackjack_wrapper.py
utils/callbacks.py
utils/decorators.py
utils/grid_search.py
utils/plots.py
utils/test_env.py