mjx-project / mjx

Mjx: A framework for Mahjong AI research
https://colab.research.google.com/drive/1m1wOT_K2YFtuV6IO7VgWk4ilVhTKqRFU?usp=sharing
MIT License
170 stars 19 forks source link

包則(責任払い)のロンの場合の点数移動の誤り #1156

Open mono-1729 opened 1 year ago

mono-1729 commented 1 year ago

包則(責任払い)のロンの時に責任払いの人の点数が支払われていません。 また、積み棒の処理も行われていません。 以下jsonのログの一部です。

"roundTerminal": {
  "finalScore": {
    "round": 3,
    "honba": 6,
    "tens": [10700, 57100, 26200, 23800]
  },
  "wins": [
    {
      "who": 1,
      "hand": {
        "closedTiles": [18, 19, 104, 105, 106],
        "opens": [51754, 50219, 48649]
      },
      "winTile": 105,
      "ten": 32000,
      "tenChanges": [-16000, 33800, 0, 0],
      "yakumans": [39]
    }
  ]
},