From 1c5451b81ab0d5c80f9fed05117a80acdb62380d Mon Sep 17 00:00:00 2001 From: Bovard Doerschuk-Tiberi Date: Wed, 13 Nov 2024 08:54:28 -1000 Subject: [PATCH] fix opponent time (#307) --- kaggle_environments/envs/chess/chess.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kaggle_environments/envs/chess/chess.json b/kaggle_environments/envs/chess/chess.json index 54a7b5c9..4d5cefef 100644 --- a/kaggle_environments/envs/chess/chess.json +++ b/kaggle_environments/envs/chess/chess.json @@ -33,7 +33,11 @@ "enum": ["white", "black"] }, "remainingOverageTime": 20, - "opponentRemainingOverageTime": 20 + "opponentRemainingOverageTime": { + "description": "Amount of overage time remaining for the opponent.", + "type": "number", + "default": 20 + } }, "action": { "description": "Move in UCI notation (e.g., e2e4)",