qwert12500/2048_rl
Reinforcement Learning Model playing 2048
This project offers an AI that plays the game of 2048. It takes the game state as input and determines the optimal next move to achieve a high score. Anyone interested in observing an AI learning to master a common puzzle game would find this intriguing.
No commits in the last 6 months.
Use this if you want to see an artificial intelligence autonomously learn and play the game 2048.
Not ideal if you are looking for a tool to develop your own AI models or for a game-playing AI for other games.
Stars
8
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 10, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/qwert12500/2048_rl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Kulbear/endless-2048
[WIP] Aim to build an AI player for the 2048 game with a remarkable winning rate.
lesaun/2048-expectimax-ai
2048 game solved with Expectimax
FelipeMarcelino/2048-Gym
This projects aims to use reinforcement learning algorithms to play the game 2048.
qpwoeirut/2048-solver
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384...
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm