gflownet
gflownet copied to clipboard
Make a generic conditional information class
We currently pass around conditional information (cond_info) as dicts where side information is stored under certain keys, and the model eventually receives just the encoding. It would be relevant to standardize this, and in doing so generalize things like thermometer encoding, or to- and from-list operations on minibatches of conditional information.
Addressed by #98 (currently WIP)