Datasets:

Modalities:
Text
Formats:
parquet
Tags:
game
Libraries:
Datasets
Dask
License:
lfsm commited on
Commit
3ff4a43
1 Parent(s): 751c0e7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.