Tetris engine and AI using a genetic algorithm
git clone https://github.com/olivatooo/Tetris-AI
cd Tetris-AI
If you wish to train the AI from scratch,
make train
./bin/train
or using multiple cores:
make train-omp
./bin/train-omp
Run the AI:
make run
./bin/run