- Install Dependencies
- copy Maps to Starcraft/Maps/rl_scenarios Folder
- run train.py
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