Skip to content

Commit

Permalink
fix opponent time (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Nov 13, 2024
1 parent d8de6e8 commit 1c5451b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kaggle_environments/envs/chess/chess.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 1c5451b

Please sign in to comment.