Skip to content

Latest commit

 

History

History

smac

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Installation

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

Usage

Train SMAC with MAPPO algorithm:

python train_ppo.py --config smac_ppo.yaml

Render replay on Mac