Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.2 KB

SC2-RLAgent

Teamname: BunchOfNerds

Set Up:

  1. Install Starcraft 2
  2. Install pysc2: https://github.com/deepmind/pysc2
  3. Download maps: https://github.com/Blizzard/s2client-proto#downloads
    • In Map Packs section, download Melee(which includes Simple64 map used for training)
    • Navigate to wherever your StarCraft II folder is, move Melee folder to StarCraft II/Maps/. If Maps folder does not exist, create one.
  4. To run the agent file, navigate to pysc2 folder(should be in python's site_packages folder). Put agent file in the bin folder and run the file from there.

Midterm Documents:

Final Documents: