Skip to content

seihirochi/tetris-project

Repository files navigation

tetris-project

深層強化学習を用いた​テトリスBotの作成の試行​

Setup

rye sync

Run

rye run train # cpu
rye run train-cuda # cuda (gpu)
rye run train-mps # metal (gpu)

Simulate

# if you want to change the model, please edit `WEIGHT_OUT_PATH` in `src/tetris_project/ai/NN.py`
rye run simulate

Test

rye run test

About

Tetris agent utilizing Deep Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages