GFNOrg / torchgfn

GFlowNet library
https://torchgfn.readthedocs.io/en/latest/
Other
209 stars 26 forks source link

Add stack method to States #161

Closed saleml closed 6 months ago

saleml commented 6 months ago

This should fix #160. Should help remove the redudant call to update_masks, that happens when sampling trajectories.

josephdviviano commented 6 months ago

Addressed in https://github.com/GFNOrg/torchgfn/pull/163