Skip to content

Commit e081cfd

Browse files
committed
More evals
1 parent 124e3d2 commit e081cfd

7 files changed

Lines changed: 2077619 additions & 24 deletions

File tree

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
11
# ChessData
22
This is a dataset which contains millions of positions with a Stockfish evaluation. Please help contribute evaluations of the positions to the repo
33

4-
## Prerequisites
5-
Prerequisites include python3, python-chess, and stockfish.
6-
To setup:
7-
8-
On Windows,
9-
10-
``python setup.py``
11-
12-
On other systems,
13-
14-
``python3 setup.py``
154

165
## Contributing
17-
To get started, chose a fen database to analyse that isn't currently being analysed.
18-
Use evalfen.py to analyse the dataset
19-
20-
On Windows,
21-
22-
``python evalfen.py -h``
23-
24-
On other systems,
25-
26-
``python3 evalfen.py -h``
6+
To get started download a pre-built executable from releases
277

288

29-
The evaluation should go in fen folder for now
9+
The evaluation should go in eval folder under same name
3010

3111
Current fen databases being analysed:
3212

@@ -53,7 +33,7 @@ Current fen databases being analysed:
5333
| @r2dev2bb8 | Beliavsky.txt | Finished |
5434
| Francis Chua| Bacrot.txt | generating |
5535
| Aryan Dwivedi| BecerraRivero.txt | generating |
56-
| @AarushiM | Andreiken.txt | generating |
36+
| @AarushiM | Andreiken.txt | Finished |
5737
| Bennie Chang| Benjamin.txt | Finished |
5838
| Saadhan Pittala | Azmaiparashvilieval.txt | generating |
5939
| @r2dev2bb8 | Bogo4Nbd2.txt | generating |
@@ -74,4 +54,7 @@ Current fen databases being analysed:
7454
| @Chubtato | RuyLopezModSteinitz.txt | generating |
7555
| Luke Zhao | Blackburne.txt | generating |
7656
| Bennie Chang| Bu.txt | generating |
57+
| @r2dev2bb8 | GiuocoPiano.txt | finished |
58+
| @r2dev2bb8 | GiuocoPiano2.txt | finished |
59+
| @r2dev2bb8 | Caro-KannClassic.txt | generating |
7760

contribute/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dill==0.3.1.1
22
requests==2.23.0
3+
python-chess==0.30.1

0 commit comments

Comments
 (0)