- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 115字
- 2021-06-24 15:23:18
Decision-making with Behavior Trees (chapters 2, 6, 8, 9, and 10)
Once the agent can perceived the world around it, it needs to start making decisions, which have consequences. Some decision-making processes might become so complicated that the agent needs to come up with a proper plan to successfully achieve a goal.
The built-in Unreal Engine framework for AI rotates around Behavior Trees, which occupy a significant part of this book. Of course, this doesn't preclude the possibility to implement other AI systems on your own for decision-making in Unreal, but, by choosing Behavior Trees, you will have a strong set of tools ready to go, which we will explore in detail in this book.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- OpenDaylight Cookbook
- Java 開發從入門到精通(第2版)
- Getting Started with CreateJS
- Reactive Programming With Java 9
- C語言程序設計案例精粹
- Node.js全程實例
- Instant Ext.NET Application Development
- Python Digital Forensics Cookbook
- The Statistics and Calculus with Python Workshop
- Python機器學習與量化投資
- Drupal 8 Development Cookbook(Second Edition)
- Get Your Hands Dirty on Clean Architecture
- Android高級開發實戰:UI、NDK與安全