共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > libbehavior |
libbehavior
|
0 | 0 | 95 |
贡献者 | 讨论 | 代码提交 |
A thoroughly documented library for behavior trees, with usage examples. Behavior trees are a method of programming AI by creating a directed acyclic graph (DAG) where branch nodes evaluate the current condition of the agent and make decisions, and leaf nodes represent the action that was decided upon. This is a flexible, scalable, and modular system for implementing many different types of behavior.
This is a Google Summer of Code project.
To get started, download the featured "Libbehavior 1.0 Release". Check out the documentation and examples, or simply get started with the source.