Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 483 Bytes

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