Ceruleanacg / Personae

📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch implementation

walkacross opened this issue · comments

hey ceruleanacg,

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

Have a good day

commented

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.