Wumpus problem coded in python.
Done as a part of Artificial Intelligence course.
Heuristics used : Early termination, Pure symbols, Unit clauses
Ensure that the current state you want to solve is present in the agent.py file.
Note : This assumes that the world of wumpus world is trivial with the agent not having arrows.
python3 2017B2A70767G_Nrupesh.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.