fix the bug of improve stoping

This commit is contained in:
2023-09-30 18:07:53 +08:00
parent bf73694175
commit 173902a9ab

View File

@ -124,6 +124,7 @@ def ATest():
fn.close() fn.close()
print(lines) print(lines)
total_round+=1 total_round+=1
if len(lines)>0:
if lines[0]=='YOU WIN!\n': if lines[0]=='YOU WIN!\n':
win_round+=1 win_round+=1
print("win rate: "+str(win_round/total_round),win_round,total_round) print("win rate: "+str(win_round/total_round),win_round,total_round)