facebookresearch / EGG

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

Extend CheckpointSaver class #187

Closed nicofirst1 closed 3 years ago

nicofirst1 commented 3 years ago

Extended the CheckpointSaver to add the following:

nicofirst1 commented 3 years ago

I cannot replicate the error on my machine. @robertodessi can you take a look?

robertodessi commented 3 years ago

Test don't fail now. Except for the comments it looks good to me, thanks!

robertodessi commented 3 years ago

Could you please update the method so that is uses epoch directly instead of self.epoch_counter? https://github.com/facebookresearch/EGG/pull/187/files#diff-b377660d119e5f458c4c12c9603a825095d82df80735f903b8902e35dad5217cL141-L149 Thanks!!