2048 - Solving 2048 with AI 🤖

Leveraging Monte-Carlo (MC) Move Evaluation

Greg Surma

--

In today’s article, I am going to show you how to solve the famous 2048 game with Artificial Intelligence. You will learn the essentials behind the Monte-Carlo algorithm and at the end of this article, you will be able to create an agent that without any domain-specific knowledge beats average human scores in 2048.

--

--