Skip to content

logicxd/Wumpus-World-AI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

Wumpus World AI

2nd highest scoring AI bot for a class tournament that aims to find the gold and escape the Wumpus World with the best possible score.

SamplePlay

Map Info:

  • B = Breeze
  • P = Pit
  • W = Wumpus
  • G = Gold
  • @ = Player
  • . = Tile

Scoring

The performance measure of an agent is an integer score calculated based on the following:

  • Start at 0 points
  • -1 point for each action taken
  • -10 for using the arrow (additional to the -1 point)
  • -1000 points for falling into a pit or being eaten by the wumpus +1000 for climbing out of the cave with the gold

The game ends either when the agent dies, when the agent climbs out of the cave, or when the agent’s score goes below -1000.

Score of 283.87 was averaged over 10,000 randomly generated worlds that are 4x4 to 7x7, with each square having a 20% chance of pit appearing.

About

2nd highest scoring AI bot for a class tournament that aims to find the gold and escape the Wumpus World with the best possible score

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published