项目作者: Financial-ML

项目描述 :
Reinforcement Learning Agent that learn to trade on Finance Market.
高级语言: Python
项目地址: git://github.com/Financial-ML/Market-Bot-6.git
创建时间: 2020-07-11T18:13:00Z
项目社区:https://github.com/Financial-ML/Market-Bot-6

开源协议:

下载


Market-Bot-6

Overview

Market-Bot-6 is a Reinforcement Learning Agent that learn to trade on time series data and we apply it in finance data.

Components

Main

In main we initialize the environment and train the agent then test it.

Environment

Environment include the main component that the agent need to train (state, action, reward, step, reset).

Data

In Data we extract the necessary data for building the Environment.