cyphesis/rulesets/basic/mind/goals/common
Erik Ogenvik 0a81e9897f Added a concept of goal "validity".
Calling "is_valid" checks whether the goal actually can be fulfilled.
If it can't be, False is returned.
By default all Goals return True unless a "validity" function is supplied
in the constructor.

For now we only use it for checking whether movement goals can be reached.
2016-06-08 22:03:59 +02:00
..
__init__.py * Added in Python interface code to deal with manipulation of operation 2000-11-27 18:28:20 +00:00
common.py 2008-09-17 Al Riddoch <alriddoch@googlemail.com> 2008-09-17 17:33:30 +00:00
misc_goal.py Added extra goals to some goals. 2016-03-30 22:34:44 +02:00
move.py Added a concept of goal "validity". 2016-06-08 22:03:59 +02:00
trigger.py Clean up imports removing deprecated support and obsolete modules. 2009-07-01 14:07:28 +01:00