-
# AI比赛调研组
AI比赛调研组的话,就是找一找现有的AI比赛,统计一下它们的一些信息。
## 游戏形式
包括是回合制还是即时制(应该只有这两种吧),以及游戏类型。
## 游戏实现方式
还有一些别的技术内容@wangqr @李思涵 补充下。
### 语言
包括游戏的语言,和AI的语言。
### 通信方式
例如通过标准输入/输出流通信?通过回调函数返回值通信?通过消息队列通信?etc.
…
-
This should also look for dropped energy as its very ineffective at building containers where miners are because the build wont take the energy the miner dropped it will go to the nearest energy conta…
89gsc updated
8 years ago
-
I am getting a reproducible null pointer exception when compiling a Scala.JS project. The crash is not in the Scala.JS code, but I figured this was probably the best place to start anyway since Scala.…