From a216f51e8f5cd66643f78dcba015d31e11afd3f1 Mon Sep 17 00:00:00 2001 From: Eason <30045503+Eason0729@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:37:48 +0800 Subject: [PATCH] fix typo --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 492218d..839da3a 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ test: build: cd pyr && cargo build --release build-cuda: - cd pyr && cargo build --release --feature cuda + cd pyr && cargo build --release --features cuda 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