- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 183字
- 2021-06-24 15:23:20
How Behavior Trees work
The easiest way to think about the role that a Behavior Tree assumes within our AI Agent is to imagine it as a brain. It makes decisions and, as a consequence, acts on them. It is the processor for the artificial intelligence within our agent. Before we get started, if you have any experience with Behavior Trees in other contexts, it is important to understand that they differ in the context of Unreal.
It is, however, important to highlight one key difference here: Unreal Behavior Trees are read from the top to the bottom, and nodes will be executed from left to right. In other contexts, you might have found this to the other way around, in which the tree is read from left to right, and the nodes are executed from top to bottom.
If this is the first time you have encountered a Behavior Tree, then this will make sense when you read the next section.
- Python程序設計教程(第2版)
- Java程序設計與開發
- Kibana Essentials
- Functional Kotlin
- 網絡爬蟲原理與實踐:基于C#語言
- 微信小程序全棧開發技術與實戰(微課版)
- UNIX Linux程序設計教程
- 移動增值應用開發技術導論
- C++ Application Development with Code:Blocks
- SQL Server 2016 從入門到實戰(視頻教學版)
- Arduino Wearable Projects
- Building Business Websites with Squarespace 7(Second Edition)
- Python實戰指南:手把手教你掌握300個精彩案例
- HTML5+jQuery Mobile移動應用開發
- Scala實用指南