stefanbschneider / mobile-env

An open, minimalist Gymnasium environment for autonomous coordination in wireless mobile networks.
https://mobile-env.readthedocs.io
MIT License
109 stars 29 forks source link

Multi-agent RL on mobile-env with Stable-Baselines3 #47

Closed chang2727 closed 7 months ago

chang2727 commented 8 months ago

Thanks for you work! Could you give me an example about Multi-agent RL on mobile-env with Stable-Baselines3? Thanks!

stefanbschneider commented 8 months ago

Hi @chang2727 , I'm not sure if stable baselines 3 supports multi-agent RL. Afaik, stable baselines 2 did not.

Personally, I only used RLlib for multi-agent RL so far. Here's an example for multi-agent RL on mobile-env with RLlib: https://github.com/stefanbschneider/mobile-env/blob/main/examples/rllib.ipynb

stefanbschneider commented 7 months ago

Hi @chang2727 , I'm closing the issue for now. If you need more help, feel free to reopen it.