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

Poloniex public API is returning 403 forbidden error #83

Closed LohithBlaze closed 6 years ago

LohithBlaze commented 6 years ago

Hi,

I was trying to evaluate the algorithm on the new dataset by downloading new data from poloniex API, but when I checked their API, they have added a captcha for each public API request.

Is there a way to bypass this error? Otherwise can you suggest me the changes that need to be done to support other exchanges?

dexhunter commented 6 years ago

Please refer to https://github.com/ZhengyaoJiang/PGPortfolio/issues/4#issuecomment-346083120