Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
jiacheng-ye commited on
Commit
5589b04
·
verified ·
1 Parent(s): 58b7e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,10 +24,10 @@ This is a chess dataset created in the paper ["Implicit Search via Discrete Diff
24
 
25
  `chess10k` contains 10k games from [Lichess](https://lichess.org/) and the actions are reannotated by [Stockfish 16](https://stockfishchess.org/).
26
 
27
- The datasets contains three field:
28
- - `state`: board state is represented in a FEN-like format.
29
- - `action`: the best action suggested by Stockfish 16 at the above state.
30
- - `future`: the best future tracjectory suggested by Stockfish 16 followed by the above action.
31
 
32
  ## Citation
33
  ```
 
24
 
25
  `chess10k` contains 10k games from [Lichess](https://lichess.org/) and the actions are reannotated by [Stockfish 16](https://stockfishchess.org/).
26
 
27
+ The datasets contains three fields:
28
+ - `state`: the board state, which is represented in a FEN-like format.
29
+ - `action`: the best action, which is suggested by Stockfish 16 at the above state.
30
+ - `future`: the best future trajectory, which is suggested by Stockfish 16 followed by the above action.
31
 
32
  ## Citation
33
  ```