TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learning the StarCraftII Build Order Meta

1 pointsby ponderingHplusover 7 years ago

1 comment

ponderingHplusover 7 years ago
Hi HN,<p>This project was my first go at using the pySC2 API recently released by DeepMind and Blizzard. It takes data scraped from 25,000 human played SC2 replays to build a RNN sequence model that can predict the sequence of unique StarCraftII units&#x2F;buildings in a 1v1 match. The model is a single layered RNN and I tuned some hyperparameters using a GA implemented using the DEAP python library. There&#x27;s also a super simple webapp you can use to play with and test your own custom build orders for the game.<p>Was a really fun project and hopefully some of the work helps others build their own!<p>-pH+<p>webapp: <a href="http:&#x2F;&#x2F;ponderinghydrogen.pythonanywhere.com&#x2F;sc2" rel="nofollow">http:&#x2F;&#x2F;ponderinghydrogen.pythonanywhere.com&#x2F;sc2</a>