From 56c6ac513012655055b47989e21e69a418b8e5bc Mon Sep 17 00:00:00 2001 From: zhiyang7 Date: Sun, 5 Dec 2021 12:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA4=E4=BA=BA=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- douzero/evaluation/simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/douzero/evaluation/simulation.py b/douzero/evaluation/simulation.py index 1468746..4ded8f5 100644 --- a/douzero/evaluation/simulation.py +++ b/douzero/evaluation/simulation.py @@ -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 = " "