Module svs_simulation.ai_lib.goals
Generic classes for goal driven behaviours.
This module is based on the goal driven behaviours outlined in Mat
Buckland, 2005, Programming Game AI by Example, Wordware:Plano, see http://www.wordware.com/files/ai,
and http://www.ai-junkie.com.
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Classes |
CompositeGoal |
A compiste goal has subgoals which it processes as part of its own
behaviour. |
Goal |
Generic goal. |
goal_state
-
- Type:
-
Enumeration
- Value:
<svs_core.utilities.lib.Enumeration instance at 0x30799d50>
|
|