- Hands-On Artificial Intelligence with Unreal Engine
- Francesco Sapio
- 87字
- 2021-06-24 15:23:19
Designing Behavior Trees (chapters 8, 9, and 10)
It is not enough for an AI developer to know how a Behavior Tree works: he/she needs to know how to design them. In fact, most of your job is about creating an abstract system that coordinates all your AI agents, and only after that will you spend the rest of the time implementing it. Therefore, we will cover a single and large example of how to design, create single pieces, and build a whole Behavior Tree from scratch.
推薦閱讀
- C語言程序設(shè)計(jì)(第2 版)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Java程序員面試算法寶典
- iOS應(yīng)用逆向工程(第2版)
- Flutter跨平臺(tái)開發(fā)入門與實(shí)戰(zhàn)
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- Vue.js 2 Web Development Projects
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- 后臺(tái)開發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- CodeIgniter Web Application Blueprints
- Building Slack Bots
- Android移動(dòng)應(yīng)用開發(fā)項(xiàng)目教程
- 自己動(dòng)手構(gòu)建編程語言:如何設(shè)計(jì)編譯器、解釋器和DSL