recursionpharma / gflownet

GFlowNet library specialized for graph & molecular data
MIT License
211 stars 41 forks source link

Add backward sampling #110

Closed bengioe closed 1 year ago

bengioe commented 1 year ago

This PR adds proper backward sampling routines, specifically to sample from parameterized backward policies or to sample uniformly (from masks).

This PR also:

Includes @diamondspark as an author since the PR is based on his implementation.