Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 309 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 309 Bytes

minesweeper_ai

For our decision theory project, we decided to build an artificial intelligence system in the form of a rational agent for a minesweeper game. We used a value iteration approach that created an abstract policy with which our agent wins on average 3 to 4 times more games than a random agent.