Skip to content

awesome-archive/tetris_ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI plays custom Tetris

Requirement:

tensorflow [probably v2.5]

Usage:

  1. edit "common.py";

    choose mode "human_player", "ai_player_training" and "ai_player_watching"

  2. edit "tetromino.py" -> create_pool(cls): -> elif GAME_TYPE == 'extra':

    add or delete tetromino.

  3. run "tetris_ai.py".

    training may take a significant amount of cpu usage.

Links:

Example video

Article on Medium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%