Skip to content

An AI that plays Tetris using reinforcement learning

License

Notifications You must be signed in to change notification settings

pdeziel/ai-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-tetris

An AI that plays Tetris using reinforcement learning

Project Setup

  1. Legally obtain a tetris ROM (.gb file) and put it in the roms directory
  2. Install Python (currently only tested with 3.10)
  3. Install the project requirements
pip install -r requirements.txt

Training the model

$ python train.py

Evaluating the model (coming soon)

About

An AI that plays Tetris using reinforcement learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages