An AI agent that learns to play 2048 using reinforcement learning. Currently uses TD (Temporal Difference)-learning. Currently in development and manages to achieve around 50% win rate. Hoping to improve this!
The original game can be found here: http://gabrielecirulli.github.io/2048/
Pontus Orraryd and Oskar Ankarberg