nodchip's picture
Update README.md
a399f45 verified
metadata
license: mit

Summary

Training and Validation Data for Shogi AI Development

Contents

  • shuffled.7z.00? ... Training Data
  • shuffled.bin ... Validation Data

The training and validation data are in the YaneuraOu PackedSfenValue format.

Both datasets were generated using Suisho5 with a search depth of 9.

The training and validation data have already been shuffled. Positions within these datasets have been replaced with the PV (Principal Variation) leaf node from the quiescence search of the original position. Developers using this data should note that it is not necessary to perform a quiescence search on these positions to obtain the PV leaf node.

Links

  • nodchip/tanuki-: shogi engine(AI player), stronger than Bonanza6 , educational and tiny code(about 2500 lines) , USI compliant engine , capable of being compiled by VC++2015 https://github.com/nodchip/tanuki-