Module pacai.core.search.search
Functions
def tinyMazeSearch(problem)
-
Returns a sequence of moves that solves
tinyMaze
. For any other maze, the sequence of moves will be incorrect, so only use this fortinyMaze
.
pacai.core.search.search
def tinyMazeSearch(problem)
Returns a sequence of moves that solves tinyMaze
.
For any other maze, the sequence of moves will be incorrect,
so only use this for tinyMaze
.