- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 140字
- 2021-08-13 15:58:22
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: " This command will create a new 3.5 Python environment named [-n] mlagents. "
A block of code is set as follows:
void Defend()
{
currentAction = "Defend";
nextAction = Time.timeSinceLevelLoad + (25 / MaxSpeed);
}
Any command-line input or output is written as follows:
conda activate ml-agents
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 數據庫基礎教程(SQL Server平臺)
- Developing Mobile Games with Moai SDK
- 大數據可視化
- 商業分析思維與實踐:用數據分析解決商業問題
- HikariCP連接池實戰
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Unity 2018 By Example(Second Edition)
- Doris實時數倉實戰
- 智能與數據重構世界
- Artificial Intelligence for Big Data
- Machine Learning for Mobile
- Nagios Core Administrators Cookbook
- 數據庫高效優化:架構、規范與SQL技巧
- 算法設計與問題求解(第2版):計算思維培養
- Hadoop海量數據處理:技術詳解與項目實戰(第2版)