Skip to content

This project uses SWI Prolog’s ability to do inference in order to write an agent that will make safe moves within the Wumpus World.

Notifications You must be signed in to change notification settings

agarwalsid/Wumpus-World-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project uses SWI Prolog’s ability to do inference in order to write an agent that will make safe moves within the Wumpus World.

Procedure To Run: • Open SWI Prolog and load the directory • Start SWI-Prolog: pl • Load the world simulator: ?- [wumpus_world]. • Load the agent: ?- [my_agent]. • Run the agent: ?- evaluate_agent(1, Score, Time) • Correct to: "wumpus:evaluate_agent(1, Score, Time)"? y

About

This project uses SWI Prolog’s ability to do inference in order to write an agent that will make safe moves within the Wumpus World.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages