MahjongAI icon indicating copy to clipboard operation
MahjongAI copied to clipboard

Japanese Riichi Mahjong AI agent. (Feel free to extend this agent or develop your own agent)

Results 6 MahjongAI issues
Sort by recently updated
recently updated
newest added

could you please provide your training code, I want to learn it

![image](https://user-images.githubusercontent.com/5428784/93422432-c81c7800-f881-11ea-8fb0-58632917c5e9.png) When I read the source code, it seems like using Futura font, however I cannot find the correct version of the font to install

https://github.com/erreurt/MahjongAI/blob/123344eb0cbbce565bd5597454c08552eada0777/agents/jianyang_ai.py#L1077 This looks wrong, maybe it should be changed to: ```python else: sorted_indices.append(good_indices[i]) i += 1 ```

At [tenhou_parser.py line 174](https://github.com/erreurt/MahjongAI/blob/123344eb0cbbce565bd5597454c08552eada0777/client/tenhou_parser.py#L174). This analysis about *meld.open* seems to be wrong? According to my observation, *from_whom* is the perspective of the person who initiated the action. Maybe you should...

Hi, I'd like to know the details of this algorithm, can you provide a link for your thesis. thx