harbecke / HexHex

AlphaGo Zero adaptation for Hex
GNU General Public License v3.0
20 stars 4 forks source link

create puzzle file automatically for repeated_self_training #21

Closed harbecke closed 5 years ago

harbecke commented 5 years ago

If the respective puzzle file doesn't exist, create it automatically with num_samples and batch_size from config.

cleeff commented 5 years ago

done with f49fe5ccdd42cf808c09bac37cdb388549e4f25e

cleeff commented 5 years ago

Currently reads the parameters from the train config which is not optimal but 1000 num_samples is used as default which should be good enough.