AI4Finance-Foundation/FinRL-Tutorials

multi-agent RL

Mahdiehdn opened this issue · 1 comments

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

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.