Skip to content

csci-599-applied-ml-for-games/SC2-RLAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: