transfer to deploy server

This commit is contained in:
Eason
2024-04-25 17:08:40 +08:00
parent 96d458597e
commit 1a777943ff
17 changed files with 2093 additions and 0 deletions

9
justfile Normal file
View File

@ -0,0 +1,9 @@
test:
python -m mlgame -f 30 -i ./ml/ml_play_manual_1P.py -i ./ml/ml_play_manual_2P.py . --level 8 --game_times 3
build:
cd pyr && cargo build --release
train level:
run level:
python -m mlgame -f 400 -i ./ml/ml_play_pyr_test.py -i ./ml/ml_play_pyr_test.py . --sound off --level {{level}} --game_times 3
clean:
rm -r model.bin