A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.
-
Updated
Mar 20, 2023 - C++
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.
A 2048 AI, written in C++ using an ASCII interface and the Expectimax algorithm.
Collection of AI algorithms to solve/optimize 2048 games.
Add a description, image, and links to the expectimax topic page so that developers can more easily learn about it.
To associate your repository with the expectimax topic, visit your repo's landing page and select "manage topics."