AI4Finance-Foundation / FinRL

FinRL: Financial Reinforcement Learning. 🔥
https://ai4finance.org
MIT License
9.55k stars 2.32k forks source link

TorchRL consideration #851

Open DeepAnonymous opened 1 year ago

DeepAnonymous commented 1 year ago

Hi,

I am wondering do you have plan to integrate TorchRL (https://github.com/pytorch/rl) into this framework?

We have TorchRL, rlkit, elegantRL, and stable-baselines3. Which framework would be the main option going forward for FinRL?

I hope you could give a comment on this topic.

Thank you.

YangletLiu commented 1 year ago

Hi,

I am wondering do you have plan to integrate TorchRL (https://github.com/pytorch/rl) into this framework?

We have TorchRL, rlkit, elegantRL, and stable-baselines3. Which framework would be the main option going forward for FinRL?

I hope you could give a comment on this topic.

Thank you.

Thanks very much!
TorchRL is very interesting! We should play with it! Nowadays, AI academic community is encouraging "datasets and benchmarks"; so we are focusing on processing financial big data into gym-style market environments, and connectting with several RL library. Say a "plug-and-play" mode.

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4253139

Are you familiar with TorchRL? Would you like to help with introducing FinRL to TorchRL's users?

DeepAnonymous commented 1 year ago

I hope we could approach that "play-and-play" mode with TorchRL soon.

I am just a normal user hoping to explore more including both FinRL and TorchRL.

Thank you.