facebookresearch / EGG

EGG: Emergence of lanGuage in Games
MIT License
291 stars 103 forks source link

updating of info table removed when use_info_table=false #229

Closed nicofirst1 closed 3 years ago

nicofirst1 commented 3 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.