sdlee94/Minesweeper-AI-Reinforcement-Learning
Minesweeper Solver Using Artificial Intelligence (Reinforcement Learning)
This project explores how a computer can learn to play and win the classic game Minesweeper through trial and error, without being explicitly programmed with the game's rules. It takes the game state as input and outputs the next optimal move. Anyone interested in observing how a machine learning model, specifically a reinforcement learning agent, can acquire game-playing skills from scratch would find this relevant.
No commits in the last 6 months.
Use this if you are curious about how artificial intelligence can learn complex game strategies solely by experiencing outcomes and receiving rewards.
Not ideal if you are looking for a practical, ready-to-use tool to automatically solve Minesweeper for everyday play.
Stars
43
Forks
18
Language
Python
License
—
Category
Last pushed
Oct 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sdlee94/Minesweeper-AI-Reinforcement-Learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
krvaibhaw/minesweeper
Artificial Intelligence playing minesweeper 🤖
neavepaul/Minesweeper
My attempt to create an AI that can play a game that I could never finish :')
muyangye/UC-Berkeley-CS188-Projects
Introduction to Artificial Intelligence Projects
felixomahony/min-sweeper
A simple machine learning-based game
AlexPetrusca/Minesweeper-AI
Performant, probabilistic AI for Minesweeper