TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Learning the StarCraftII Build Order Meta

1 点作者 ponderingHplus超过 7 年前

1 comment

ponderingHplus超过 7 年前
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>