一些用了PCG game:minecraft/astroneer/the sims4(characters have personality)/spelunky/papers, please/spore/some roguelike games/Elite
how to create a good PCG game: teach machine which is good level+good programmer+good level designer
Randomness
property…
What does randomness look like? Normal distribution Uniform distribution
How to access someones skill?
outcome a * luck (1-a) * skill
a is big if someones outcome depends on luck. So we can say that when we see someones performence is fluctuated we …
最近在用hmmlearn做语音识别,在安装scikits.talkbox时出错,如下: 解决方法:
1. 安装Visual C for python,网址:https://www.microsoft.com/en-us/download/details.aspx?id44266
2. 在anaconda console里…
一、前言 MySQL 是一个关系型数据库管理系统,由瑞典 MySQL AB 公司开发,属于 Oracle 旗下产品。MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL 是最好的 RDBMS (Relational Database Management System,关系数据库管理系统) 应用软件之一。 阅读到这篇…