moporgic/TDL2048
The Most Efficient Temporal Difference Learning Framework for 2048
This is a specialized framework for researchers and AI developers focused on the game 2048. It provides highly optimized algorithms for training AI agents to play 2048, taking in game states and producing optimal moves. The output is an AI agent capable of achieving state-of-the-art scores and tile reach rates, useful for those pushing the boundaries of reinforcement learning in game AI.
No commits in the last 6 months.
Use this if you are a researcher or AI developer working on temporal difference learning and want the most efficient framework for developing and testing 2048 AI agents.
Not ideal if you're a casual player looking for a simple bot or someone without a strong background in AI development and C++.
Stars
17
Forks
1
Language
C++
License
MIT
Category
Last pushed
Sep 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/moporgic/TDL2048"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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
qpwoeirut/2048-solver
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384...
FelipeMarcelino/2048-Gym
This projects aims to use reinforcement learning algorithms to play the game 2048.
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm