trading-bot icon indicating copy to clipboard operation
trading-bot copied to clipboard

Where does the model come from?

Open jamiecl opened this issue 4 years ago • 2 comments

Hi, I'm just trying to understand how the model is created I understand that you're repo comes with multiple models for GOOG with different episodes but how were these created? It seems for me after running train.py in the exact way you did except with data for SPY no model is instantiated.

jamiecl avatar May 25 '20 17:05 jamiecl

Never mind it seems like it's generating the debug models which I think you renamed to model_t-dqn_GOOG_50. Just curious why does it generate a model for every 10 episodes if we just need 1 conclusive model to run eval.py with?

jamiecl avatar May 25 '20 21:05 jamiecl

Also a side question, how can we make the model more accurate? Is it better to keep on retrain it using the same data or increase the number of episodes or something else?

jamiecl avatar May 26 '20 00:05 jamiecl