A Starcraft II AI player using the python-sc2 library
I was inspired to start this project after watching this video: A History of AI Research in StarCraft | AI and Games
Another inspiration is from Google DeepMind's AlphaStar project
I am currently using this series as a reference for ML and the python-sc2 library: Python AI in StarCraft II
I am currently focused on the Zerg race bot, as it's strategy is less dependent on buildings and more on economy/unit management, which is easier to use a AI player to improve upon. I may consider revisiting the Terran race bot in the future.