llSourcell / Reinforcement_Learning_for_Stock_Prediction

This is the code for "Reinforcement Learning for Stock Prediction" By Siraj Raval on Youtube
638 stars 362 forks source link

Only 1 feature #27

Open kmillanr opened 5 years ago

kmillanr commented 5 years ago

Hello,

I am trying your model, however it only takes as input 1 feature (close). I would like to include additional features into the states. But it is not as straight forward as simply using an array apparently. Is there a quick solution you might know to incorporate additional features into your model?