Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 648 Bytes

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