Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,10 @@ This dataset contains 100 million randomly sampled chess board positions. The pr
|
|
32 |
- 100 million games were played, with each move being randomly determined until the game ended (i.e., until checkmate, stalemate, or draw).
|
33 |
2. **Board Sampling**
|
34 |
- From each game, a single random board state was selected at some point in the game.
|
35 |
-
|
|
|
|
|
|
|
36 |
- **fen**: The FEN (Forsyth-Edwards Notation) representing the randomly sampled board position.
|
37 |
- **n_moves**: The number of moves made from the start of the game to reach the sampled FEN position.
|
38 |
- **term_n_moves**: The total number of moves in the random game before it terminated.
|
|
|
32 |
- 100 million games were played, with each move being randomly determined until the game ended (i.e., until checkmate, stalemate, or draw).
|
33 |
2. **Board Sampling**
|
34 |
- From each game, a single random board state was selected at some point in the game.
|
35 |
+
|
36 |
+
|
37 |
+
# Columns
|
38 |
+
|
39 |
- **fen**: The FEN (Forsyth-Edwards Notation) representing the randomly sampled board position.
|
40 |
- **n_moves**: The number of moves made from the start of the game to reach the sampled FEN position.
|
41 |
- **term_n_moves**: The total number of moves in the random game before it terminated.
|