--- license: mit --- # Summary Training Data for Shogi AI Development # Contents - `kifu.tag=train.depth=9.num_positions=1000000000.start_time=??????????.thread_index=???.bin` ... Training Data The training data are provided in the YaneuraOu PackedSfenValue format. This dataset was generated using Hao with a search depth of 9. The training data have **not** been shuffled. It is recommended to shuffle the training data before use. Additionally, positions within this dataset have **not** been replaced with the PV (Principal Variation) leaf node from the quiescence search of the original position. Users are advised to consider applying such modifications as needed for their specific use case. # 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-