- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 352字
- 2021-08-13 15:58:24
ML-Agents
For the rest of this book, we will be using the ML-Agents platform with Unity to build ML models that we can learn to play and simulate in various environments. Before we do that, though, we need to pull down the ML-Agents package from GitHub using git. Jump on your computer and open up a command prompt or shell window and follow along:
- Navigate to your work or root folder (on Windows, we will assume that this is C:\):
cd/
- Execute the following command:
mkdir ML-Agents
- This will create the folder ML-Agents. Now, execute the following:
cd ML-Agents
git clone https://github.com/Unity-Technologies/ml-agents.git
- This uses git to pull down the required files for ML-Agents into a new folder called ml-agents. git will show the files as they are getting pulled into the folder. You can verify that the files have been pulled down successfully by changing to the new folder and executing:
cd ml-agents
dir
- Right now, we are doing this to make sure that there are any files here. We will get to the specifics later.
Good—that should have been fairly painless. If you had issues pulling the code down, you can always visit the ML-Agents page on GitHub at https://github.com/Unity-Technologies/ml-agents and manually pull the code down. Of course, we will be using more of git to manage and pull files, so you should resolve any problems you may have encountered.
Now that we have ML-Agents installed, we will take a look at one of Unity's sample projects that ships with a toolkit in the next section.
- Redis使用手冊
- 程序員修煉之道:從小工到專家
- 數據可視化:從小白到數據工程師的成長之路
- Creating Mobile Apps with Sencha Touch 2
- 新型數據庫系統:原理、架構與實踐
- MySQL從入門到精通(第3版)
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Spark核心技術與高級應用
- 數據庫技術及應用教程
- 貫通SQL Server 2008數據庫系統開發
- Unity 2018 By Example(Second Edition)
- 大數據數學基礎(R語言描述)
- Mastering ROS for Robotics Programming(Second Edition)
- openGauss數據庫核心技術
- 標簽類目體系:面向業務的數據資產設計方法論