Package svs_simulation.ai_lib
Contains specialised layers and library functions for AI.
These are:
-
affiliations: links between agents
-
behaviour: responses to events in environment
-
long_term: long term decision making
-
perception: perception of events in environment
-
personality: personality modelling
-
short_term: short term decision making
-
speech: speech engine (AIML engine)
-
steering: steering behaviours
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Submodules |
-
affiliations: Representations of links (ie.
-
bdt: Binary decision tree.
-
fsm: Generic classes for Finite State Machines.
-
fuzzy: Implementation of fuzzy logic system.
-
logicrules: Generic logic for AI.
-
pathfinding: Classes for finding with paths in terrain.
-
personality: Representations personality traits of an agent.
-
steering: Steering behaviours for simulation entities, such as agents.
-
whiskerbot: Simple obstacle avoiding movement behaviour based on a bot with four
sensor whiskers.
|