Metadata-Version: 2.1
Name: rlai
Version: 0.12.0
Summary: Reinforcement Learning:  An Introduction
Home-page: https://github.com/MatthewGerber/rlai
Author: Matthew Gerber
Author-email: gerber.matthew@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: ==3.8.5
Description-Content-Type: text/markdown
Requires-Dist: scipy (==1.5.2)
Requires-Dist: matplotlib (==3.3.1)
Requires-Dist: numpy (==1.19.0)
Requires-Dist: gym (==0.17.3)
Requires-Dist: mujoco-py (==2.0.2.13)
Requires-Dist: Box2D (==2.3.10)
Provides-Extra: dev
Requires-Dist: pytest (==5.3) ; (python_version == "3.8") and extra == 'dev'
Requires-Dist: pytest-cov (==2.8) ; (python_version == "3.8") and extra == 'dev'
Requires-Dist: pytest-runner (==5.2) ; (python_version == "3.8") and extra == 'dev'
Requires-Dist: nose (==1.3.7) ; (python_version == "3.8") and extra == 'dev'
Requires-Dist: bump2version (==1.0.1) ; (python_version == "3.8") and extra == 'dev'
Requires-Dist: flake8 (==3.7) ; (python_version == "3.8") and extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (==5.3) ; (python_version == "3.8") and extra == 'test'
Requires-Dist: pytest-cov (==2.8) ; (python_version == "3.8") and extra == 'test'
Requires-Dist: pytest-runner (==5.2) ; (python_version == "3.8") and extra == 'test'
Requires-Dist: nose (==1.3.7) ; (python_version == "3.8") and extra == 'test'

Please see the [project website](https://matthewgerber.github.io/rlai/) for more information. 


