kh-kim / stock_market_reinforcement_learning

This project provides a stock market environment using OpenGym with Deep Q-learning and Policy Gradient.
785 stars 323 forks source link

Data structure #9

Open talaikis opened 6 years ago

talaikis commented 6 years ago

I have made it to work on Python 3 latest with related Keras changes: https://github.com/xenu256/stock_market_reinforcement_learning and intended to make train/ testing split, but stuck with input data structure. Would be glad if someone could explain it.