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

Could I use LSTM to agent? #25

Open rex5207 opened 5 years ago

rex5207 commented 5 years ago

Hi, I want to ask is it okay to add LSTM layer when building a _model? Would it make the results better? Or it not needed at all, just need the fully connected network.

Thanks.