Classic Wumpus World problem coded in python.ai python3 artificial-intelligence wumpusworld heuristics wumpus-game Updated Jan 20, 2021 Python sankalprane / Artificial_Intelligence_Agents Star 2 Code Issues Pul
WumpusWorld A solution to the renowned Wumpus World problem from Artificial Intelligence. Note:The number of moves has been restricted to nxn, where n is the size of the maze, to avoid infinite looping. Sample input (Image credits: University of Washington, Bothell) ...