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

Long/short equity #8

Closed tms1337 closed 6 years ago

tms1337 commented 6 years ago

First off, thanks for publishing the paper as well as the code, it will help me a lot.

Now for the question. As I understand the layer before softmax offers sort of 'ranking' of coins, where higher rank can be interpreted as higher possibility of price rise.

I planned on editing the code to use this layer as ranking for long/short equity strategy which hedges more against the market movements. I would test it on this years' data since a lot of things happened and would compare it against the current 'long only' method that is provided in the paper.

I do not need any technical help yet, but from the theoretical perspective what are your thoughts on this, since you probably have more insight on what your network is capable of? Or have you tried similar things so far?

dexhunter commented 6 years ago

@tms1337 Hi! Thanks for proposal. Shorting is definitely plausible. Besides, you can also have leverage. I think we will release it in the next version.

tms1337 commented 6 years ago

Great this can grow into a nice framework or starting point over time.

Are there any info on the next version date?

dexhunter commented 6 years ago

Probably around/after January 2018