.gitignore
README.md
compare_algorithms.py
poetry.lock
pyproject.toml
setup.py
.circleci/config.yml
bettermdptools/__init__.py
bettermdptools/seed.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
bettermdptools/algorithms/__init__.py
bettermdptools/algorithms/planner.py
bettermdptools/algorithms/rl.py
bettermdptools/envs/__init__.py
bettermdptools/envs/acrobot_model.py
bettermdptools/envs/acrobot_wrapper.py
bettermdptools/envs/binning.py
bettermdptools/envs/blackjack-envP.pickle
bettermdptools/envs/blackjack_wrapper.py
bettermdptools/envs/cartpole_model.py
bettermdptools/envs/cartpole_wrapper.py
bettermdptools/envs/pendulum_discretized.py
bettermdptools/envs/pendulum_wrapper.py
bettermdptools/utils/__init__.py
bettermdptools/utils/callbacks.py
bettermdptools/utils/decorators.py
bettermdptools/utils/grid_search.py
bettermdptools/utils/plots.py
bettermdptools/utils/test_env.py
docs/algorithms.html
docs/bettermdptools.html
docs/envs.html
docs/index.html
docs/search.js
docs/seed.html
docs/utils.html
docs-templates/custom.css
docs-templates/syntax-highlighting.css
docs-templates/theme.css
docs/algorithms/planner.html
docs/algorithms/rl.html
docs/bettermdptools/algorithms.html
docs/bettermdptools/envs.html
docs/bettermdptools/seed.html
docs/bettermdptools/utils.html
docs/bettermdptools/algorithms/planner.html
docs/bettermdptools/algorithms/rl.html
docs/bettermdptools/envs/acrobot_model.html
docs/bettermdptools/envs/acrobot_wrapper.html
docs/bettermdptools/envs/binning.html
docs/bettermdptools/envs/blackjack_wrapper.html
docs/bettermdptools/envs/cartpole_model.html
docs/bettermdptools/envs/cartpole_wrapper.html
docs/bettermdptools/envs/pendulum_discretized.html
docs/bettermdptools/envs/pendulum_wrapper.html
docs/bettermdptools/utils/callbacks.html
docs/bettermdptools/utils/decorators.html
docs/bettermdptools/utils/grid_search.html
docs/bettermdptools/utils/plots.html
docs/bettermdptools/utils/test_env.html
docs/envs/acrobot_model.html
docs/envs/acrobot_wrapper.html
docs/envs/binning.html
docs/envs/blackjack_wrapper.html
docs/envs/cartpole_model.html
docs/envs/cartpole_wrapper.html
docs/envs/pendulum_discretized.html
docs/envs/pendulum_wrapper.html
docs/utils/callbacks.html
docs/utils/decorators.html
docs/utils/grid_search.html
docs/utils/plots.html
docs/utils/test_env.html
notebooks/blackjack.ipynb
notebooks/cartpole.ipynb
notebooks/frozen_lake.ipynb
notebooks/other_utilities.ipynb
notebooks/plots.ipynb
tests/test_envs.py
tests/test_plots.py