async_deep_reinforce
async_deep_reinforce copied to clipboard
Stock Trading Game using n-Step Q-Learning A3C FF ( Algorithm 2 ) and A3C LSTM ( Algorithm 3)
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 .
Maybe you can upload your code somewhere, so others can take a look first.
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.