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)
544 stars 179 forks source link

Question about the agent performance #24

Open wwwangzhch opened 4 years ago

wwwangzhch commented 4 years ago

Hi, I am a pytorch user, so I studied the pytorch version of your codes. Although the reward of the training data is increasing, it fluctuates between positive and negative in the test dataset. It seem the agent can't be able to get a good return on the test data. If I miunderstood anything plz let me know, thank you!