stock_market_reinforcement_learning
stock_market_reinforcement_learning copied to clipboard
Finish testing part
trafficstars
I train the data
python pg.py portfolio.csv pg.h5
but I can't run python test.py pg.h5 and the error message is below
File "test.py", line 32
if __name__ = "__main__":
^
SyntaxError: invalid syntax
testing part isn't implemented anyway.
your target is to do as the same output of this?
https://github.com/kh-kim/stock_market_reinforcement_learning/blob/master/pg_over_top_10.png