facebookresearch / EGG

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

updating of info table removed when use_info_table=false #229

Closed nicofirst1 closed 2 years ago

nicofirst1 commented 2 years ago

The use_info_table bool parameter was not taken into consideration when updating the infotable at the end of the train/val epoch. This resulted in an error when trying to update such table without having instantiated it in the first place.