Closed Pragmatism0220 closed 1 year ago
I'm sorry for the delay in my response.
・You need to generate the training data using the following flow: mjlog (tenhou paifu log) → mjson (mjai type 1) → feature text file (input for TrainDataset) 1: Generating mjson requires mjai (https://github.com/yuugata/mjai/tree/3p), which has been modified for three-player mahjong.
・I'll share the script that I used when I tried it. Please use it as a reference. preparation flow :https://colab.research.google.com/drive/12USV4XeQggUnxc-UD2mDqavvM9c-RHXj?usp=sharing script :https://drive.google.com/drive/folders/1LZz1JbbKp9pR9Fqts4T4k6QDNTNMZT1u?usp=sharing
Thank you for your reply. I understand now!
I used
wahaha_tpu
to train, but I got an error from this block:The text data is generated by this:
This is obviously incorrect. So I want to ask, what is the correct format of training data? Can you provide a complete data example? Thanks a lot!