Ceruleanacg / Personae

📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
MIT License
1.33k stars 335 forks source link

Pytorch implementation #1

Closed walkacross closed 6 years ago

walkacross commented 6 years ago

hey ceruleanacg,

Thanks for this great repo, I am wondering is there a roadmap to conduct Pytorch implemetation?

Have a good day

Ceruleanacg commented 6 years ago

In fact there is only one model implemented by PyTorch now, DDPG_v2.

If your env has already matched the requirements and crawled stock data (Instructions are in README.md), you can just run the DDPG_v2 directly.

But the Pytorch version is still need to be updated, compared with Tensorflow version, there isn't ploter or saver ... because I'm still learning, too.

There are still many things that need to be done, I'm trying, sorry for the late reply and inconvenience.