Skip to content

Releases: hughperkins/kgsgo-dataset-preprocessor

v3.0.0

07 Mar 15:53
Compare
Choose a tag to compare
  • start using semantic versioning
  • add new training set 'trainall', containing all training data, non-overlapping with test set
  • modify commandline arguments to accept 'dir=' and 'sets=' arguments
    • dir= chooses target directory
    • sets= chooses which data set(s) to generate
  • bugfix for a variablename that caused a crash sometimes

v2.1

07 Feb 08:51
Compare
Choose a tag to compare
  • created v2 format
  • more generic format, with a header
  • previous format continues to be usable, and output files are non-overlapping, can generate both, if desired

v1.3

31 Jan 09:49
Compare
Choose a tag to compare
  • creates a test set now, from 100 randomly drawn games, recorded in test_samples.py
  • creates a training set, train10k from 10,000 randomly drawn games, non-overlapping with the test games

(note: indexing was broken in v1.2, off by one, sorry about that. Please ignore the v1.2 version :-( )

v1.1

31 Jan 03:17
Compare
Choose a tag to compare
  • remove spam
  • remove the sys.exit line :-P

v1.0

16 Jan 14:18
Compare
Choose a tag to compare

v1.0