Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcraft committed Oct 30, 2012
1 parent 451aef4 commit 7c1c2ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ This library is not complete, but is working as-is. The demo gives you a simple



Please check out the source for hints on how the library works. this is under constant rewrite, and i only work on it occasionally. so needless to say: not stable.
I've build AI Agents around the concept of Actions and ActionBuilders.

Actions can be subclassed from a few different action types.
ActionBuilders will search a blackboard and return a list of actions that can be performed.



If you are unfamiliar with GOAP, I invite you to do some research online, it may help you to understand this module.



you can watch it work by running "test.py".

Expand Down

0 comments on commit 7c1c2ad

Please sign in to comment.