- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 209字
- 2021-06-24 15:23:27
Summary
In this chapter, we have covered what a Behavior Tree is and some of the things that they consist of, including Tasks, Decorators, and Services. Next, we learned about Blackboards and how to integrate them with Behavior Trees. Then, we created a Behavior Tree and learned how to make it start from an AI Controller (both in Blueprint and C++). By doing this, we have developed a solid foundation that has provided us with key knowledge so that we can tackle the other parts of this book.
As a result, we will meet more Behavior Trees throughout this book, and you will have a chance to master them. But before that, there are certain topics we need to learn about first. Once we have a solid foundation of navigation and perception (including EQS), we can iterate over Behavior Trees to understand the role of Composite nodes, along with Decorator and Tasks. Moreover, we will be able to create our own. Chapters 8, 9, and 10 will guide you through the process of creating a Behavior Tree from scratch, from the designing phase to realization.
But until then, let's move on to the next chapter, in which we are going to discuss Navigation and Pathfinding!
- JavaScript百煉成仙
- CentOS 7 Linux Server Cookbook(Second Edition)
- JavaScript+jQuery開(kāi)發(fā)實(shí)戰(zhàn)
- 機(jī)械工程師Python編程:入門(mén)、實(shí)戰(zhàn)與進(jìn)階
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- Visual FoxPro程序設(shè)計(jì)
- Python編程:從入門(mén)到實(shí)踐
- Mastering Akka
- Python網(wǎng)絡(luò)爬蟲(chóng)實(shí)例教程(視頻講解版)
- R的極客理想:量化投資篇
- H5匠人手冊(cè):霸屏H5實(shí)戰(zhàn)解密
- Swift 2 Blueprints
- Visual C++ 開(kāi)發(fā)從入門(mén)到精通