This is just a customized codebase extended from PyMARL for efficiency.
conda create -n pymarlx python=3.10 -y
conda activate pymarlx
pip install -r requirements.txt
bash install_sc2.sh # if you have not installed StarCraftII on your machine
bash install_smac.sh