Results 23 comments of Aleksei Lisikhin

Why not using python package instead of git submodule? https://pypi.org/project/gomill/

Thanks for the report, the shanten calculations are more correct with 14 tiles. With 13 tiles, it may have the issue as you mentioned. The bug needed to be fixed.

Another example of the same error on "East 1": https://mjai.ekyu.moe/report/1cdbf07647787db0.html ![image](https://user-images.githubusercontent.com/475367/181026260-21e60c0a-dc08-43b9-807d-23c687d0c9b6.png)

Проблема в том, что shouminkan неправильно сериализируется в тенховский формат и из-за этого called tile добавляется в revealed_tiles дважды. Возможно дело в этой строчке: https://github.com/MahjongRepository/tenhou-python-bot/blob/b630c1cb76eeade7956323ef849b0dae649df55e/project/game/bots_battle/replays/tenhou.py#L281 Нужно собрать больше примеров с...

It is hard to say. Usually, I don't have such problems too often. They happened before, like once in a few dozen games. I thought it was an issue with...

Documentation about the feature in KataGo: https://github.com/lightvector/KataGo/blob/master/docs/GTP_Extensions.md `kata-analyze.ownership` field

I would like to have it implemented :)

@Nostrademous thank you. I'm looking forward to see this better way. I wasn't able to make it work (I tried your suggestions and other different things)

@Nostrademous yeah, I tried `.add()` and `.extend([item])` but it didn't work for me, on these requests server return `"responses": {"ATTACK_GYM": {"result": 2}}`. This is first time when I'm working with...