Skip to content

Commit

Permalink
update clock time for single game matches (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Nov 15, 2024
1 parent 166b263 commit 4002160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kaggle_environments/envs/chess/chess.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "Obsolete field kept for backwards compatibility, please use observation.remainingOverageTime.",
"type": "number",
"minimum": 0,
"default": 20
"default": 10
}
},
"reward": {
Expand All @@ -32,12 +32,12 @@
"defaults": ["white", "black"],
"enum": ["white", "black"]
},
"remainingOverageTime": 20,
"opponentRemainingOverageTime": {
"description": "Amount of overage time remaining for the opponent.",
"type": "number",
"default": 20
}
"default": 10
},
"remainingOverageTime": 10
},
"action": {
"description": "Move in UCI notation (e.g., e2e4)",
Expand Down

0 comments on commit 4002160

Please sign in to comment.