This commit is contained in:
Eason 2024-04-25 17:37:48 +08:00
parent d3ce103d67
commit a216f51e8f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ test:
build: build:
cd pyr && cargo build --release cd pyr && cargo build --release
build-cuda: build-cuda:
cd pyr && cargo build --release --feature cuda cd pyr && cargo build --release --features cuda
train level: train level:
run 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 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