Skip to content

This is an AI that plays the game Starcraft II. Simply install python 3, the package py-sc2 and install Starcraft II to run the bot. Change difficulty level by replacing "Easy" in <i>Computer(Race.Terran, Difficulty.Easy)</i> with the difficult level you want. Note: Please install the game in the default location, or else you may need to change …

Notifications You must be signed in to change notification settings

mquhuy/Starcraft-Python-AI---Huy-Mai

Repository files navigation

Update: Jul 15th, 2018: Trained the model. Now the bot can play sufficiently better than it would without the model. Unfortunately, the model file is too heavy (> 400 MB), and cannot be uploaded to Github, but you should get a somewhat similar model by running the training-model.py file.

This is an AI that plays the game Starcraft II. Play the game by the file startgame.py

(Change difficulty level by replacing "Hard" in Computer(Race.Terran, Difficulty.Hard) with the difficult level you want.)

Note: Change the value of os.environ["SC2PATH"] in the file to your correct Starcraft II folder.

About

This is an AI that plays the game Starcraft II. Simply install python 3, the package py-sc2 and install Starcraft II to run the bot. Change difficulty level by replacing "Easy" in <i>Computer(Race.Terran, Difficulty.Easy)</i> with the difficult level you want. Note: Please install the game in the default location, or else you may need to change …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages