- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 288字
- 2021-08-13 15:58:25
Setting up the Academy
An Academy object and component represents the training environment where we define the training configuration for our agents. You can think of an Academy as the school or classroom in which our agents will be trained. Open up the Unity editor and select the Academy object in the Hierarchy window. Then, follow these steps to configure the Academy component:
- Set the properties for the Academy component, as shown in the following screenshot:

Setting the properties on the Academy component of the Academy object
- The following is a quick summary of the initial Academy properties we will cover:
- Max Steps: This limits the number of actions your Academy will let each Agent execute before resetting itself. In our current example, we can leave this at 0, because we are only doing a single step. By setting it to zero, our agent will continue forever until Done is called.
- Training Configuration: In any ML problem, we often break the problem into a training and test set. This allows us to build an ML or agent model on a training environment or dataset. Then, we can take the trained ML and exercise it on a real dataset using inference. The Training configuration section is where we will configure the environment for training.
- Infrerence Configuration: Inference is where we infer or exercise our model against a previously unseen environment or dataset. This configuration area is where we set parameters when our ML is running in this type of environment.
The Academy setup is quite straightforward for this simple example. We will get to the more complex options in later chapters, but do feel free to expand the options and look at the properties.
推薦閱讀
- App+軟件+游戲+網站界面設計教程
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- AI時代的數據價值創造:從數據底座到大模型應用落地
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- INSTANT Apple iBooks How-to
- 新手學會計(2013-2014實戰升級版)
- 聯動Oracle:設計思想、架構實現與AWR報告
- Spring Boot 2.0 Cookbook(Second Edition)
- 大數據技術體系詳解:原理、架構與實踐
- 一本書讀懂大數據
- Access 2010數據庫應用技術教程(第二版)
- 數字化轉型方法論:落地路徑與數據中臺
- SQL Server 數據庫教程(2008版)
- 從零進階!數據分析的統計基礎(第2版)
- Learning Construct 2