Skip to content

papoudakis/TetrisAiGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published