print acc reward

This commit is contained in:
Eason
2024-04-26 13:34:20 +08:00
parent b4840596cb
commit 833fcb8978
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ build:
build-cuda:
cd pyr && cargo build --release --features cuda
train level:
python -m mlgame -f 400 -i ./ml/ml_play_pyr_test.py -i ./ml/ml_play_manual_2P.py . --sound off --level {{level}} --game_times 3 | grep Rewards
run level:
python -m mlgame -f 400 -i ./ml/ml_play_pyr_test.py -i ./ml/ml_play_manual_2P.py . --sound off --level {{level}} --game_times 3
clean: