/2048-game-ai

This is a implementation of an AI for the game 2048.

Primary LanguagePythonMIT LicenseMIT

2048 Game AI

This is a implementation of an AI for the game 2048, currently it is using a neural network with a genetic algorithm for weight balancing, but since the results of this approach are not very good I am planning to try another approach using minimax or Q-learning

Requirements

The following libraries are required: