Update README.md
Browse files
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
|
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
|
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 |
```
|