From c91bd99d9a68aa9bd859aef3aa8e79d8fb9fff0c Mon Sep 17 00:00:00 2001 From: Alessandro Palmas Date: Sun, 2 Jul 2023 19:21:40 -0400 Subject: [PATCH] Fix number of stages samsh5sp --- diambra/arena/utils/integratedGames.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diambra/arena/utils/integratedGames.json b/diambra/arena/utils/integratedGames.json index 9590c994..eeff1f30 100644 --- a/diambra/arena/utils/integratedGames.json +++ b/diambra/arena/utils/integratedGames.json @@ -247,7 +247,7 @@ "Hard": 8 }, "rounds_per_stage": 2, - "stages_per_game": 9, + "stages_per_game": 7, "number_of_chars_per_round": 1, "n_actions": [9, 5, 11], "health": [0, 125], @@ -257,7 +257,7 @@ "SideP2": [0, 0, 1], "WinsP1": [1, 0, 3], "WinsP2": [1, 0, 3], - "stage": [1, 1, 9], + "stage": [1, 1, 7], "CharP1": [2, 0, 27], "CharP2": [2, 0, 27], "RageOnP1": [0, 0, 1],