liuruoze/mini-AlphaStar
(JAIR'2022) A mini-scale reproduction code of the AlphaStar program. Note: the original AlphaStar is the AI proposed by DeepMind to play StarCraft II. JAIR = Journal of Artificial Intelligence Research.
This project helps researchers and AI practitioners create and train artificial intelligence to play StarCraft II. It takes game replay data as input and produces a trained AI model capable of strategic gameplay. The AI can then be used to simulate game scenarios or compete against other players, offering a practical tool for studying real-time strategy AI.
360 stars. No commits in the last 6 months.
Use this if you are an AI researcher or enthusiast interested in developing and evaluating AI agents for complex real-time strategy games like StarCraft II, especially if you need a scalable research platform.
Not ideal if you're looking for an out-of-the-box StarCraft II AI for casual play, or if you lack significant computational resources like a dedicated server with a GPU.
Stars
360
Forks
59
Language
Python
License
Apache-2.0
Category
Last pushed
Nov 09, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/liuruoze/mini-AlphaStar"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
oxwhirl/smac
SMAC: The StarCraft Multi-Agent Challenge
TorchCraft/TorchCraft
Connecting Torch to StarCraft
google-deepmind/pysc2
StarCraft II Learning Environment
opendilab/DI-star
An artificial intelligence platform for the StarCraft II with large-scale distributed training...
alibaba/gym-starcraft
StarCraft environment for OpenAI Gym, based on Facebook's TorchCraft. (In progress)