- 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.
- Instant Node Package Manager
- C程序設(shè)計簡明教程(第二版)
- Objective-C Memory Management Essentials
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- HTML5游戲開發(fā)案例教程
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- HTML5+CSS3網(wǎng)站設(shè)計基礎(chǔ)教程
- Learning Python by Building Games
- D3.js 4.x Data Visualization(Third Edition)
- Learning Unity 2D Game Development by Example
- 從Java到Web程序設(shè)計教程
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- 零基礎(chǔ)學(xué)C語言程序設(shè)計
- TypeScript 2.x By Example
- Getting Started with Python