google-deepmind / hanabi-learning-environment

hanabi_learning_environment is a research platform for Hanabi experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interoperable game record format / export / import

nealmcb opened this issue · comments

At some point, we'll want this learning environment to be able to inter-operate with other systems, e.g. online environments where it can find human players and other bots, exchange game records and the like.

One such online Hanabi-playing environment is https://github.com/Zamiell/hanabi-live

I've put up a PR noting how to export game records in its format and parse them at Hanabi-Live/hanabi-live#663

Have others defined or thought about game record formats? I've got several ideas based on parsing hanabi-live's json Game format which is documented at
https://github.com/Zamiell/hanabi-live/blob/master/misc/example_game_with_comments.json