DLR-RM / stable-baselines3

PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
https://stable-baselines3.readthedocs.io
MIT License
8.85k stars 1.68k forks source link

[Question] MARL using Stable Baselines3 #2007

Closed Hamza-101 closed 2 weeks ago

Hamza-101 commented 2 weeks ago

❓ Question

  1. I wanted to get pointers, if any, for achieving MARL with StableBaselines3. Have run dry on the net and reddit(hard to imagine thouugh).

Any custom MARL SB3 environments exist out there, could I be pointed to them? Not been able to find any so far.

Checklist

araffin commented 2 weeks ago

Duplicate of https://github.com/DLR-RM/stable-baselines3/issues/69 and https://github.com/DLR-RM/stable-baselines3/issues/1626 and https://github.com/DLR-RM/stable-baselines3/issues/1965