Skip to content

alexshi0000/Tetris-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris-AI

Tetris engine and AI using a genetic algorithm

Reproduce Results

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

Run the AI (Optional: pick parameter from parameter-hist)

make run
./bin/run