stock_market_reinforcement_learning icon indicating copy to clipboard operation
stock_market_reinforcement_learning copied to clipboard

Finish testing part

Open talaikis opened this issue 7 years ago • 3 comments
trafficstars

talaikis avatar Dec 08 '17 13:12 talaikis

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

david200340105 avatar Jan 18 '18 20:01 david200340105

testing part isn't implemented anyway.

talaikis avatar Jan 18 '18 20:01 talaikis

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

david200340105 avatar Jan 18 '18 20:01 david200340105