Metadata-Version: 2.1
Name: rlearn
Version: 0.0.1
Summary: reinforcement learning algorithms in python
Home-page: https://github.com/MorvanZhou/rlearn
Author: MorvanZhou
Author-email: morvanzhou@hotmail.com
Project-URL: Bug Tracker, https://github.com/MorvanZhou/rlearn/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: tensorflow-probability (==0.17.0)
Requires-Dist: grpcio-tools (==1.45.0)
Requires-Dist: grpcio (==1.45.0)
Requires-Dist: tensorflow (==2.9.1) ; python_version >= "3.8" and platform_system == "Darwin" and platform_machine != "arm64"
Requires-Dist: tensorflow-macos (==2.9.2) ; python_version >= "3.8" and platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow-metal (==0.5.0) ; python_version >= "3.8" and platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: tensorflow (==2.9.1) ; python_version >= "3.8" and platform_system == "Linux"
Requires-Dist: tensorflow (==2.9.1) ; python_version >= "3.8" and platform_system == "Windows"
Provides-Extra: build
Requires-Dist: tox (==3.24.3) ; extra == 'build'
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Requires-Dist: pylint ; extra == 'build'
Provides-Extra: test
Requires-Dist: gym[classic_control] (==0.25.0) ; extra == 'test'

