- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 398字
- 2021-08-13 15:58:24
Renaming the scripts
That sets up the simple scene, but you may have noticed that there are still a few duplicated naming errors. We will need to rename the Template scripts in the Simple/Scripts folder. Follow this next exercise to rename each of the scripts:
- Open the Scripts folder.
- Rename each of the files from Template to Simple, as shown in the following excerpt of the Project window:

Renaming the Template scripts to Simple
- Double-click on of the SimpleAcademy script file to open it in your code editor. Rename the class from TemplateAcademy to SimpleAcademy so that it matches the file name, as shown in the following code:
public class SimpleAcademy : Academy {
- Repeat this process for the Agent and Decision scripts. The objects in the scene are still pointing to the template scripts, so we will update that next. Make sure to save all the scripts with your changes before returning to the editor. If all the files are renamed correctly, the naming errors will go away.
- Select and rename the Ball3DAcademy to just Academy in the Hierarchy window.
- Select the Academy object in the Hierarchy window. Click the Gear icon beside the TemplateAcademy component in the Inspector window and select Remove Component to remove the script.
- Click the Add Component button and type Simple in the component search bar, as shown in the following screenshot:

Adding the SimpleAcademy object to the Academy object
- Click on the Simple Academy item, as shown in the preceding excerpt, to add the component to the Academy object.
- Repeat the process for the Agent object and remove the TemplateAgent script and add the SimpleAgent script.
- After you are done, be sure to save the scene and the project.
It is surprising that Unity didn't provide a better set of editor tools to build a new ML Agent environment, at least not at the time of writing this book. In the source code download for this book ( Chapter_1/Editor_Tools ), an asset package has been provided that can automate this setup for you. We may decide to put this package and some others from this book on the asset store.
That sets up a new ML environment for us to start implementing our own Academy, Agent, and Decision (Brain) scripts. We will get into the details of these scripts in the next section when we set up our first learning problem.
推薦閱讀
- Unity 5.x Game AI Programming Cookbook
- Python數據分析入門:從數據獲取到可視化
- Effective Amazon Machine Learning
- Game Development with Swift
- 大數據可視化
- Python廣告數據挖掘與分析實戰
- 軟件成本度量國家標準實施指南:理論、方法與實踐
- 大數據營銷:如何讓營銷更具吸引力
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- 大數據精準挖掘
- SAS金融數據挖掘與建模:系統方法與案例解析
- R Object-oriented Programming
- 云計算寶典:技術與實踐
- 大數據數學基礎(R語言描述)