gale.ai package
gale.ai: a modular toolkit to build autonomous characters — Kinematic bodies and steering behaviors, a behavior tree, a decision tree, a shared Blackboard, generic graphs with search algorithms, the Agent class that ties them together, a vision-cone Perception system, and a minimax search with alpha-beta pruning for turn-based adversarial decisions.
See docs/examples/gale_ai.rst for a walkthrough.
Author: Alejandro Mujica (aledrums@gmail.com)
Submodules
- gale.ai.agent module
- gale.ai.behavior_tree module
- gale.ai.blackboard module
- gale.ai.decision_tree module
- gale.ai.graph module
- gale.ai.minimax module
- gale.ai.perception module
- gale.ai.search module
- gale.ai.steering module