nhu2000 / FinRL-Library

A Deep Reinforcement Learning Library for Automated Stock Trading in Quantitative Finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FinRL-Library

FinRL-Library, a DRL library designed specifically for automated stock trading with an effort to close sim-real gap.

Table of contents:

Status: Release

Current status [click to expand]
We are currently open to any suggestions or pull requests from the community to make FinRL a better repository.
Version History [click to expand]
  • 1.0.1 Changes:
    • Make the code cleaner.
  • 0.0.1

Installation

Ensure that you have Python >=3.6

Install finrl-library from Git:

git clone https://github.com/finrl/finrl-library.git
cd finrl-library

Prerequisites

pip install -r requirements.txt
List of prerequisites. [click to expand]
* tensorflow >= 1.14

Usage

Quick Start

# in the root folder of finrl package
cd finrl
python run_finrl.py

Contributors


License & copyright

© Hongyang Yang

Licensed under the MIT License.

About

A Deep Reinforcement Learning Library for Automated Stock Trading in Quantitative Finance

License:MIT License


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%