- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 111字
- 2021-06-24 15:23:19
Debugging methods for Game AI (chapters 11, 12, and 13)
Once you have learned about all the different AI systems, you can start to experiment on those or program a game, but how do you understand if your AI is doing what you have planned and/or is performing well? Debugging methods are key in any software, but in Game AI, you will also need visual debugging. As such, Unreal Engine comes with many debugging methods (including some that are specific for AI), and I strongly believe that being knowledgeable of those is very important. You will not only learn the tools, but also how to extend them as per your needs.
推薦閱讀
- Software Defined Networking with OpenFlow
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- 程序員面試算法寶典
- NumPy Essentials
- Instant PHP Web Scraping
- 一本書講透Java線程:原理與實踐
- HoloLens與混合現實開發
- Mastering Concurrency Programming with Java 9(Second Edition)
- Visual Basic 程序設計實踐教程
- Python GUI Programming Cookbook(Second Edition)
- RESTful Web API Design with Node.js
- jMonkeyEngine 3.0 Beginner’s Guide
- Java Web入門很輕松(微課超值版)
- 三步學Python
- R語言編程:基于tidyverse