AI4Finance-Foundation / FinRL-Tutorials

Tutorials. Please star.
https://ai4finance.org
MIT License
848 stars 349 forks source link

multi-agent RL #28

Open Mahdiehdn opened 1 year ago

Mahdiehdn commented 1 year ago

Hello I am beginner. My project is portfolio optimization using multi agent RL. Do SB3 and FinRL support implementations for this?

oliverwang15 commented 1 year ago

Hi, both ElegantRL and Ray RLlib support multi-agent models, you may find more details here for ElegantRL and here for Ray RLlib. We suggest using ElegantRL since it's much more lightweight and easier to use, so it's more suitable for beginners.