- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 248字
- 2021-08-13 15:58:23
Machine Learning
Games and simulations are no stranger to AI technologies and there are numerous assets available to the Unity developer in order to provide simulated machine intelligence. These technologies include content like Behavior Trees, Finite State Machine, navigation meshes, A*, and other heuristic ways game developers use to simulate intelligence. So, why Machine Learning and why now? After all, many of the base ML techniques, like neural nets, we will use later in this book have been used in games before.
The reason, is due in large part to the OpenAI initiative, an initiative that encourages research across academia and the industry to share ideas and research on AI and ML. This has resulted in an explosion of growth in new ideas, methods, and areas for research. This means for games and simulations that we no longer have to fake or simulate intelligence. Now, we can build agents that learn from their environment and even learn to beat their human builders.
- 大數據導論
- 數據庫應用基礎教程(Visual FoxPro 9.0)
- 數據驅動:從方法到實踐
- INSTANT Cytoscape Complex Network Analysis How-to
- 大數據營銷:如何讓營銷更具吸引力
- Starling Game Development Essentials
- 數據挖掘原理與SPSS Clementine應用寶典
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 云數據中心網絡與SDN:技術架構與實現
- 一本書講透Elasticsearch:原理、進階與工程實踐
- 實用數據結構
- 大數據與機器學習:實踐方法與行業案例
- 大數據數學基礎(R語言描述)
- MySQL技術內幕:InnoDB存儲引擎
- AndEngine for Android Game Development Cookbook