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