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.73k stars 748 forks source link

Fix the issue of downloading long-period data #120

Closed atangfan closed 5 years ago

atangfan commented 5 years ago

This ticket fixes the issue addressed in #119. Set a duration time and if the target period is over the time, download files in sections. I set the duration as 3 months since I failed at setting it as 4 months.