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)",