Update readme.md

This commit is contained in:
Mike Clark
2018-02-05 16:51:12 +08:00
committed by GitHub
parent 4c78046428
commit d7f9db73b9
+1 -1
View File
@@ -1,6 +1,6 @@
Attempting to replicate "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem" by [Jiang et. al. 2017](https://arxiv.org/abs/1706.10059) [1].
**Note: the authors have put [the official code for the paper up and it works well](https://github.com/ZhengyaoJiang/PGPortfolio)**
**Note: the papers authors have put [the official code for the paper up and it works well](https://github.com/ZhengyaoJiang/PGPortfolio)**
tl;dr I managed to get 8% growth on training data, but it disapeared on test data. However, RL papers can be very difficult to replicate due to bugs, framework differences, and hyperparameter sensistivity.