Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 643 Bytes

Wumpus World

Wumpus problem coded in python.

Done as a part of Artificial Intelligence course.

Heuristics used : Early termination, Pure symbols, Unit clauses

Usage

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

Contributing

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.

License

MIT