facebookresearch / EGG

EGG: Emergence of lanGuage in Games
MIT License
286 stars 99 forks source link

Standard text format for Interaction class contents #155

Closed mbaroni closed 3 years ago

mbaroni commented 3 years ago

Is your proposal related to a problem?

Right now, the useful logging information stored in the Interaction class is only available as a Python object. It would be good to have a standard text format for information exchange.

Describe the solution you'd like to have implemented

Provide function printing/reading Interaction information from text file.

mbaroni commented 3 years ago

I am not convinced that we need anything more than what we already have.

robertodessi commented 3 years ago

I agree on this, I think we have enough to store and analyze interactions for now