1.Unity machine-learning v0.4
我的本地环境是Win10 + Unity2018 ,安装按照该文章即可
https://github.com/Unity-Technologies/ml-agents/tree/master/docs
(实测有效,官网文章还是比较好懂的所以推荐大家还是直接看官网的吧)
2.我本地的Win10系统机子上安装Python环境
1.在上面过程中安装Anaconda(Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项,其包含了大量的科学包)
2.安装Sublime Text。分两步:官网下载SublimeText;配置Python环境。可以参考该文https://www.cnblogs.com/honkly/p/6599642.html
3.腾讯云上机器学习环境搭建
1.在腾讯云上买一个云服务器(我买的云服其系统是CentOS7.2)
2.下载Vim(https://www.cnblogs.com/xixihuang/p/5404648.html)
3.安装anaconda。
1.下载wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh && bash Anaconda3-5.1.0-Linux-x86_64.sh
2.配置环境变量export PATH=~/anaconda3/bin:$PATH