Skip to content

GarvitK01/Stock-Prediction-using-Deep-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Prediction-using-Deep-Reinforcement-Learning

Using Deep Learning and Reinforcement Learning to estimate stock price trends

Check requirements.txt file to setup the environment.

We use Temporal Difference (TD) algorithm estimate the state value of one timestep. Using Deep Neural Networks, we estimate Vt+1(s) used in TD update step.

alt text

To run the code, execute

python Game.py -a <alpha> -e <episodes> -g <gamma>

Link to the paper Implemented Stock Price Prediction using Reinforcement Learning

About

Using Deep Learning alongside Reinforcement Learning to estimate stock prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages