wassname / rl-portfolio-management

Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" https://arxiv.org/abs/1706.10059 (and an openai gym environment)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World

hackintoshrao opened this issue · comments

Hi, I'm interested in your implementation of the paper. If there's any task pending (It could be even tests), I would love to contribute. Please let me know the state of the project. The paper reported 4 fold returns, what did your tests reveal?

Thanks for the interest! I never managed the returns the paper reported, but I know someone who hasn't published who got better results.

I tried many models and didn't get great results on any so there may be something wrong with my environment or something else. If I spent more time on this project I would try:

  • checking the math in my environment
  • DPG models like in paper
  • Remove dense layer, the papers author revealed that this was not in the paper
  • Try RMSProp not adam, since adam is not good for moving targets, I'm not sure if that applied here but it can't hurt to try.

Thank you for the suggestions. Keep us updated on repo in case of any further improvement in results obtained from model. I'll try these suggestions and report back if something works better.