Skip to content

Stock Prediction of google stock data using reinforcement learning

Notifications You must be signed in to change notification settings

RJ-Gamer/Reinforcement_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement_Learning

Stock Prediction of google stock data using reinforcement learning

Here GSPC.csv is a trainging dataset And GSPC_2011.csv is test data set

to run the program run the following commands: Locate to the directory where all files are saved

mkdir models
python train.py 10 200 
#(take time around 2 to 3 hrs)

after finishing the training run the following :

python evaluate.py GSPC_2011 model_ep0

About

Stock Prediction of google stock data using reinforcement learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages