Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 627 Bytes

TetrisAiGames

This is a Bot in python for Tetris. It was created for theaigames. There are two implementations, the Heuristic and the Qlearning.

#Heuristic Implementation In this implementation we compute feature and evaluate the best move based on a linear evaluation function. The weights of this function compute with tuning

QLearning Implementation

Similar to heuristic implementation. The only difference is that we compute the weights of evaluation function using qlearning.

##To run Q-learning locally

cd blockbattle-engine/

python run_matches.py