ZhengyaoJiang / PGPortfolio

PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
GNU General Public License v3.0
1.74k stars 750 forks source link

update the __pack_samples() method in DataMatrices #114

Open BruceDai003 opened 5 years ago

BruceDai003 commented 5 years ago

The previous weights was the weights 32 days ago which doesn't make sense. Here is the issue I opened for reference: https://github.com/ZhengyaoJiang/PGPortfolio/issues/113