facebookresearch / EGG

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

fix nest error when using false boolean params #235

Closed robertodessi closed 2 years ago

robertodessi commented 2 years ago

This PR allows to pass boolean parameters to nest setting them as either true or false when using json files.

When setting a nest parameter in a json file as false this will simply be ignored by the json file parser nest utility method.