You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although mjx-project/mjx_mjai_translater is already out there, it looks like it's more about running mjai-speaking agents against the mjx emulator server. I have some existing mjai game logs and hope to use mjx's awesome plotting feature to visualize some certain board states.
The text was updated successfully, but these errors were encountered:
Equim-chan
changed the title
Feature request: import/export game logs
Feature request: import/export mjai game logs
Sep 15, 2022
Let me confirm your request.
Mjx defines its game state as protocol buffer format (schema: mjx.proto).
So I guess all you need is a translater from mjai game log to mjx.proto game log. Is it correct?
If mjai game log can be translated into tenhou format, a possible hot fix is to translate mjai game log into mjx.proto game log in the following flow: [mjai format] => [tenhou format] => [mjx format].
Mjx supports Tenhou log format translation in mjx/mjx-convert.
We plan a mjx.proto update, which may break backward compatibility, in Oct, but after that, mjx.proto must be stable.
If the quick fix does not work, we may support mjx log to mjx.proto translation after the update.
Although mjx-project/mjx_mjai_translater is already out there, it looks like it's more about running mjai-speaking agents against the mjx emulator server. I have some existing mjai game logs and hope to use mjx's awesome plotting feature to visualize some certain board states.
The text was updated successfully, but these errors were encountered: