调整为4人模式输出

This commit is contained in:
zhiyang7 2021-12-05 12:20:49 +08:00
parent aab93d66c6
commit 56c6ac5130
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ def mp_simulate(card_play_data_list, card_play_model_path_dict, q, output, bid_o
while not env.game_over and not bid_output:
action = env.step()
if output:
if count % 3 == 2:
if count % 4 == 3:
end = "\n"
else:
end = " "