Metadata-Version: 2.1
Name: finrl
Version: 0.3.0
Summary: FinRL library, a Deep Reinforcement Learning library designed specifically for automated stock trading.
Home-page: https://github.com/finrl/finrl-library
Author: Hongyang Yang, Xiaoyang Liu
Author-email: hy2500@columbia.edu
License: MIT
Keywords: Reinforcment Learning
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: stockstats
Requires-Dist: yfinance
Requires-Dist: pyfolio
Requires-Dist: matplotlib
Requires-Dist: scikit-learn (>=0.21.0)
Requires-Dist: gym (>=0.17)
Requires-Dist: stable-baselines3[extra]
Requires-Dist: pytest
Requires-Dist: setuptools (>=41.4.0)
Requires-Dist: wheel (>=0.33.6)

finrl is a Python library for that facilitates beginners to expose themselves to quantitative finance 
and to develop their own trading strategies, it is developed by `AI4Finance`_. 

FinRL has been developed under three primary principles: completeness, hands-on tutorial and reproducibility. 

.. _AI4Finance: https://github.com/AI4Finance-LLC


