Main codes adapted from SMAC framework to be used with the environments from the MA-gym collection. The original SMAC framework was used for the Starcraft environments. Acknowledgements also to pymarl and SMAC for Starcraft environemnts.
Experiments can be run with a command like:
python3 main.py --env <environment_name> --alg <algorithm_name> --n_epoch <number_of_epochs>
Examples:
python3 main.py --env PredatorPrey7x7-v0 --alg rqn --n_epoch 20000
python3 main.py --env Switch2-v0 --alg qmix --n_epoch 20000