Skip to content

A Wumpus World simulation coded in Python. The environment and agent are two separate files that only communicate through one function. The agent uses a knowledge base and propositional logic to decide which square in the map to enter next.

gregscott94/wumpus-world

Repository files navigation

Problem Set 2 Greg Scott

To run program see commands under help: python wwsim.py –help

To read documentation go into folder and double click index.

About

A Wumpus World simulation coded in Python. The environment and agent are two separate files that only communicate through one function. The agent uses a knowledge base and propositional logic to decide which square in the map to enter next.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published