Skip to content

Tetris engine and AI using a genetic algorithm

Notifications You must be signed in to change notification settings

olivatooo/Tetris-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tetris engine and AI using a genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.3%
  • Makefile 0.7%