miyosuda / async_deep_reinforce

Asynchronous Methods for Deep Reinforcement Learning
Apache License 2.0
587 stars 194 forks source link

Stock Trading Game using n-Step Q-Learning A3C FF ( Algorithm 2 ) and A3C LSTM ( Algorithm 3) #4

Open developeralgo8888 opened 8 years ago

developeralgo8888 commented 8 years ago

I do have some code for a Stock Trading game that is using Deep Q ( just standard Deep Q Learning with Experience Play, but i would like to use A3C LSTM with Experience Play as per the research paper in Keras + TensorFlow ) . Let me know if you are interested in working to incorporate the Stock trading Game into your code ( i will email you the zip code, it is 6 small python files) It is in Keras + TensorFlow .

mw66 commented 8 years ago

Maybe you can upload your code somewhere, so others can take a look first.

miyosuda commented 8 years ago

Sorry I'm so much interested in stock trading and doesn't have enough time to do that. Sorry! I'm going to add more comments in my code to make it easier to be adapted to another project, and if there is anything unclear with my code, please feel free to ask me here.