oxwhirl / smacv2

MIT License
197 stars 30 forks source link

Share the weights of learned policies. #47

Open AmineAndam04 opened 1 week ago

AmineAndam04 commented 1 week ago

Hi,

I'm wondering if it's possible to share the weights of the learned policies (MAPPO and QMIX). It's helpful for the adversarial MARL community. It will help us to focus on prototyping adversarial algorithms (black-box setting) rather than spending a lot of time trying to train a policy from scratch.

Thanks.