SimpleAI: Artificial Intelligence with Python(simpleai.readthedocs.org)
simpleai.readthedocs.org
SimpleAI: Artificial Intelligence with Python
http://simpleai.readthedocs.org/
7 comments
It's just illustrative, to understand how you give the information needed to run one of the algorithms.
May be we can think of a better example, will try :)
May be we can think of a better example, will try :)
besides, not always you want to find the goal state. Many problems are about findig the path of actions from the initial state to the goal state, both known.
This is awesome. I really want to play with some AI lib and all of the ones I tried have way too many problems compiling on Windows. pip install them fails too. I don't want to spend time compiling libraries.
This one just worked. This is the Python way.
This one just worked. This is the Python way.
Among other things, why create a class and hardcode the GOAL as a constant?