Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 678 Bytes

File metadata and controls

30 lines (20 loc) · 678 Bytes

Starcraft 2 Reinforcement Learning

Dependencies:

Installation

  • Install Dependencies
  • copy Maps to Starcraft/Maps/rl_scenarios Folder
  • run train.py

Run Options

for full list of options run with

python train.py --help --map None

Standard Train run:

python train.py --map Vulture_Firebats --threads <num_cpu> --algorithm a3c.a3c.A3c -run_time <num_seconds>

for validation add flag --validate