Ceruleanacg / Personae

📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
MIT License
1.33k stars 335 forks source link

About sequence data in RL Algorithm #16

Closed JS00000 closed 6 years ago

JS00000 commented 6 years ago

When I run DoubleDQN or DuelingDQN, the result is nothing(his_profits is always 0). It seems that the algorithm have learned nothing. I think the input of the RL algorithm have some problems. The input data is just one day's stock data plus the agent's status, but I think one day's data cannot do any effective prediction. So can I use sequence data in RL Algorithm? Another question is when I run RL algorithm, it is too slow. Almost 15 seconds 1 episode. What is the main cost? And how many episodes should I set in total to get a good result?

Ceruleanacg commented 6 years ago

That's really a philosophy problem.

Actually I really got some new points for this project, you could also add my WeChat 610261753 to discuss.