facebookresearch / EGG

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

add bosdis and refactor posdis #168

Closed robertodessi closed 3 years ago

robertodessi commented 3 years ago

Added to core code to compute bosdis (Chaabouni et al. 2020)

Description

Code was originally developed by @rahmacha and in this PR there's an adaption of her code which is still used in the compo_generalization_game

Related Issue (if any)

158

Motivation and Context

It's useful to have all language analysis tools under one place in core rather than each game having to re-implement it from scratch.

How Has This Been Tested?

UTs pass

robertodessi commented 3 years ago

cc @mbaroni