print acc reward
This commit is contained in:
1
justfile
1
justfile
@ -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:
|
||||
|
Reference in New Issue
Block a user