gflownet icon indicating copy to clipboard operation
gflownet copied to clipboard

Make a generic conditional information class

Open bengioe opened this issue 2 years ago • 1 comments

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.

bengioe avatar May 25 '23 18:05 bengioe

Addressed by #98 (currently WIP)

bengioe avatar Jul 17 '23 15:07 bengioe