Skip to content

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

Notifications You must be signed in to change notification settings

logicxd/Wumpus-World-AI

Repository files navigation

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