Metadata-Version: 2.1
Name: TensorTrade
Version: 0.0.1a7
Summary: TensorTrade: a reinforcement learning library for training, evaluating, and deploying robust trading agents.
Home-page: https://github.com/notadamking/tensortrade
Author: Adam King
Author-email: adamjking3@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.17.0)
Requires-Dist: pandas (==0.25.0)
Requires-Dist: gym (==0.14.0)
Provides-Extra: ccxt
Requires-Dist: ccxt (==1.18.1220) ; extra == 'ccxt'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Requires-Dist: sphinxcontrib.apidoc ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: nbsphinx-link ; extra == 'docs'
Requires-Dist: m2r ; extra == 'docs'
Provides-Extra: fbm
Requires-Dist: stochastic (==0.4.0) ; extra == 'fbm'
Provides-Extra: tensorforce
Requires-Dist: tensorforce (==0.4.4) ; extra == 'tensorforce'
Provides-Extra: tests
Requires-Dist: pytest (==5.1.1) ; extra == 'tests'
Provides-Extra: tf
Requires-Dist: tensorflow (==1.13.1) ; extra == 'tf'
Provides-Extra: tf-gpu
Requires-Dist: tensorflow (==1.13.1) ; extra == 'tf-gpu'

TensorTrade: a reinforcement learning library for training, evaluating, and deploying robust trading agents.


