Skip to content

Commit

Permalink
Reduce max runtime to 5 minutes (#302)
Browse files Browse the repository at this point in the history
* Reduce max runtime to 10 minutes

* reduce max to 5 minutes
  • Loading branch information
bovard authored Nov 8, 2024
1 parent 534b636 commit 02060c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kaggle_environments/envs/chess/chess.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"configuration": {
"episodeSteps": 1000,
"actTimeout": 0.1,
"runTimeout": 300,
"agentTimeout": {
"description": "Obsolete field kept for backwards compatibility, please use observation.remainingOverageTime.",
"type": "number",
Expand Down

0 comments on commit 02060c8

Please sign in to comment.