调整为4人模式输出
This commit is contained in:
parent
aab93d66c6
commit
56c6ac5130
|
@ -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:
|
while not env.game_over and not bid_output:
|
||||||
action = env.step()
|
action = env.step()
|
||||||
if output:
|
if output:
|
||||||
if count % 3 == 2:
|
if count % 4 == 3:
|
||||||
end = "\n"
|
end = "\n"
|
||||||
else:
|
else:
|
||||||
end = " "
|
end = " "
|
||||||
|
|
Loading…
Reference in New Issue