fix typo
This commit is contained in:
2
justfile
2
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
|
||||
|
Reference in New Issue
Block a user