Skip to content

Releases: sgrvinod/chess-transformers

v0.3.0

17 Aug 23:18
30ebfa1
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New release of Chess Transformers – v0.3.0

View changelog for more details.


Still in initial development. There may be some bugs.

v0.2.1

13 Feb 23:40
1dcf110
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

New release of Chess Transformers – v0.2.1

  • Reliable asset downloads: All model checkpoints, datasets, and logs have now been moved to Microsoft Azure Storage for more reliable access.

v0.2.0

17 Dec 18:18
56028b7
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

New release of Chess Transformers – v0.2.0

  • New model: CT-EFT-20, which predicts the source (From) and destination (To) squares for the best half-move. Significantly outperforms earlier models, while also being the smallest.
  • Standardized vocabulary: All models and datasets will hereon use a standard in-built vocabulary, eliminating the need for keeping track of separate vocabulary files, and allowing models to be used across datasets, and datasets across models, with ease.
  • More stringent evaluation: Fairy Stockfish, used to evaluate trained models, is now configured to run on more threads and with a much larger hash table, making it a more challenging opponent. Evaluation results for earlier models have been recomputed.
  • Easier installation: Only up to a maximum of 3 environment variables need to be set when training or evaluating a model.
  • Changelog added: A changelog now tracks changes associated with each release, in detail.

Still in initial development. There may be some bugs.

v0.1.1

17 Nov 04:15
3597f1f
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

New release of Chess Transformers – v0.1.1

  • Easier installation: No environment variables need be set unless training or evaluating a model.
  • Automatic checkpoint downloads: Model checkpoints (and vocabularies) are automatically downloaded.
  • Verify parent folders: Parent folders for files to be written are recursively created if they don't exist.
  • Minor refactors: Restructured small parts of configuration files.

Still in initial development.

API is not stable. Expect bugs.

v0.1.0

15 Nov 22:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release of Chess Transformers – v0.1.0

Two models available:

  • CT-E-20
  • CT-ED-45

Two datasets available:

  • LE1222
  • LE1222x

Still in initial development.

API is not stable. Expect bugs.