Installation guide for Linux:
pip install pysc2
- Download
StarCraftII.zip
from Google Drive. - unzip
StarCraftII.zip
to~/StarCraftII/
:unzip StarCraftII.zip -d ~/
- If something is wrong with protobuf, you can do this:
pip install protobuf==3.20.3
Train SMAC with MAPPO algorithm:
python train_ppo.py --config smac_ppo.yaml