Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Chess
|
2 |
+
This dataset contains 3.2 billion games, equating to approximately 608 billion individual moves.
|
3 |
+
it is generated through self-play by Stockfish engine and we add initial moves to expand the diversity.
|
4 |
+
|
5 |
+
Each game has three columns: 'Moves', 'Termination' and 'Result',
|
6 |
+
- 'Move': chess moves of the whole game.
|
7 |
+
- 'Termination': include CHECKMATE, INSUFFICIENT_MATERIAL, ... etc.
|
8 |
+
- Please check this for detail information
|
9 |
+
https://python-chess.readthedocs.io/en/latest/core.html#chess.Outcome.termination
|
10 |
+
- 'Result': result of this game, 1-0, 1/2-1/2, 0-1.
|