benellis3 / mappo

16 stars 2 forks source link

Can I use this repo to reimplement the performance of both mappo and qmix mentioned in smac-v2's paper? #2

Open fmxFranky opened 1 year ago

fmxFranky commented 1 year ago

Can I use this repo to reimplement the performance of both mappo and qmix mentioned in smac-v2's paper?

benellis3 commented 1 year ago

Sorry for the delay in replying to this.

If you just need the training curves then you can now find the run details in the SMACv2 repo: https://github.com/oxwhirl/smacv2/tree/main/smacv2/examples/results

If you need QMIX, you have to use this repo: https://github.com/benellis3/pymarl2

For MAPPO you should be able to use this repo, but do let me know if you run into problems.