摘要
每个行为树需要要自己的状态,
- Failure
- Success
- Running
- Resting
- Error
节点类型
复合节点(Composite)
- Sequence(序列节点):序列执行的节点流,如果一个节点执行失败,就返回,其余节点不在执行。所有节点做and操作
- Select(选择节点):当子节点只要一个成功,就返回,其余节点不在执行。所有节点做or操作。
修饰节点(Decorator)
叶子节点(leaf)
决策树与行为树
什么是行为树?
什么是决策树?
未完待续……
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true
2019-06-13
#leetcode
2019-05-28
#leetcode
2019-05-27
#leetcode
2019-05-26
#leetcode
2019-05-25
#leetcode
2018-07-25
#Golang#leaf
2018-07-09
#正则表达式
2018-07-06
#shell
2018-07-03
#shell
2018-05-25
#shell
2018-05-24
#shell
2018-05-19
#shell
2018-05-03
2018-04-11
#游戏AI
2018-03-27
#游戏AI
2018-02-13
#Golang
2018-02-13
#Golang
2018-02-13
#Golang
2018-02-05
#Vim
2018-02-01
#Linux学习#个人笔记
2018-01-31
#Vim
2018-01-23
#游戏开发#AI行为树
2018-01-22
#Linux学习#个人笔记
2018-01-17
#linux学习
2018-01-17
#vim
2018-01-13
#linux学习#vim安装
2018-01-06
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go基础
2018-01-04
#Golang#Go常用包#包函数
2018-01-03
#Golang#Go常用包#包函数
2017-12-30
#博客搭建