Tetris engine and AI using a genetic algorithm
git clone https://github.com/alexshi0000/Tetris-AI
cd Tetris-AI
If you wish to train the AI from scratch,
make train
./bin/train
Otherwise skip the step above since I already have a pre-trained model included
make run
./bin/run