stock_market_reinforcement_learning
stock_market_reinforcement_learning copied to clipboard
What's the model of this program?
I just learn RL for weeks. I had read the code for few days, but I still don't under stand how the model run. And what's the output of this program. Is the output tell us to buy or sell the stock?
And another question is what's the training log(python pg.py portfolio.csv pg.h5) e.g. 2011-04-29: SHORT 0.49 0.96 LONG:0.48 SHORT:0.52
what's short and long mean? and the number 0.49 and 0.96 mean? sorry for so many stupid questions.