Datasets:

Modalities:
Text
Formats:
parquet
Tags:
game
Libraries:
Datasets
Dask
License:
File size: 570 Bytes
3ff4a43
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Chess 
This dataset contains 3.2 billion games, equating to approximately 608 billion individual moves.  
it is generated through self-play by Stockfish engine and we add initial moves to expand the diversity.

Each game has three columns: 'Moves', 'Termination' and 'Result',
- 'Move': chess moves of the whole game.
- 'Termination': include CHECKMATE, INSUFFICIENT_MATERIAL, ... etc.
  - Please check this for detail information
    https://python-chess.readthedocs.io/en/latest/core.html#chess.Outcome.termination
- 'Result': result of this game, 1-0, 1/2-1/2, 0-1.