Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 528 Bytes

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