Skip to content

Commit

Permalink
fix reward (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
w9PcJLyb authored Dec 11, 2024
1 parent 444df32 commit ecd9670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaggle_environments/envs/chess/chess.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}
},
"reward": {
"description": "-1 = Lost, 0 = Draw/Ongoing, 1 = Won",
"enum": [-1, 0, 1],
"description": "0 = Lost/Ongoing, 0.5 = Draw, 1 = Won",
"enum": [0, 0.5, 1],
"default": 0
},
"observation": {
Expand Down

0 comments on commit ecd9670

Please sign in to comment.