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 ```
MahjongAI/agents/jianyang_ai.py
Line 1077 in 123344e
This looks wrong, maybe it should be changed to: