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

Request for the configuration file #89

Open shisi-cc opened 6 years ago

shisi-cc commented 6 years ago

I have read the paper and try to implement the models. Could you provide the configuration file (net_config.json) of CNN model in Figure 2 and RNN model in Figure 3?

dexhunter commented 6 years ago

I don't have the original ones Zhengyao used but you can simply tweak around at net_config.json

https://github.com/ZhengyaoJiang/PGPortfolio/blob/a2daa72d5ed62acad0a947f0bc79970c6356514b/pgportfolio/net_config.json#L1-L37

Hisairnessag3 commented 6 years ago

I don't have the original ones Zhengyao used but you can simply tweak around at net_config.json

Not sure this is true in the RNN's case, you will have to add code for it in network.py

bjrnfrdnnd commented 3 years ago

I have the same question. I am looking for configuration files that reproduce (or come close to reproduce) the figures in the user guide/paper. I know I can tweak net_config.json, but I am unable to procuce a config that comes close to the figures. Do you have an example?

Hisairnessag3 commented 3 years ago

@bjrnfrdnnd You will have to refer to their paper for the actual training parameters

bjrnfrdnnd commented 3 years ago

Thanks.

I found some parameters in the paper.

I was not able, however, to translate that information to a complete net_config.json.

The net_config.json given in the user guide does not produce the figure in the userguide.

So I am at a loss and I hope someone can help me.

Thanks,

bjrnfrdnnd

On 14/03/2021 21:22, Hisairnessag3 wrote:

@bjrnfrdnnd https://github.com/bjrnfrdnnd You will have to refer to their paper for the actual training parameters

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ZhengyaoJiang/PGPortfolio/issues/89#issuecomment-798973122, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHZ3FDTWIDJMNWK7H5EFO3TDULGRANCNFSM4FAJHCHQ.

Hisairnessag3 commented 3 years ago

If you give detail about which params you cannot fill in the net_config, I will try and help you.