facebookresearch / EGG

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

Basic reconstruction and discrimination games #162

Closed mbaroni closed 3 years ago

mbaroni commented 3 years ago

Description

I added basic reconstruction and discrimination games reading input from text files, and with detailed inline comments. They will hopefully be useful as starting points to understand and play with EGG for people with my kind of non-purely computational background.

Motivation and Context

While there are a lot of interesting games in EGG, we don't really have basic implementations of the most basic games. Moreover, we don't have much code with detailed comments-based documentation..

How Has This Been Tested?

I tested the games with small datasets, considering various limit cases. I also reproduced previous results from early experiments with other code when using the same hyperparameters. I added a basic test for pytest (and checked that the code passes it).