- 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.
推薦閱讀
- Android開發精要
- Apache Spark Graph Processing
- INSTANT Sencha Touch
- MATLAB應用與實驗教程
- Mastering OpenCV 4
- Mastering C# Concurrency
- Lua程序設計(第4版)
- Unity Shader入門精要
- Mastering Linux Network Administration
- Learning Unity 2D Game Development by Example
- Android應用案例開發大全(第二版)
- 圖數據庫實戰
- Hands-On GUI Programming with C++ and Qt5
- JavaScript應用開發實踐指南
- C++ Application Development with Code:Blocks