Skip to content

Reinforcement Learning Agent that learn to trade on Finance Market.

Notifications You must be signed in to change notification settings

Financial-ML/Market-Bot-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.