/Tetris-AI

Tetris engine and AI using a genetic algorithm

Primary LanguageC++

Parallel Tetris-AI

Tetris engine and AI using a genetic algorithm

Reproduce Results

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