Closed tsa87 closed 2 months ago
Thanks for raising this and sorry for the delay. I am looking into it now.
OK. thanks. You identified a strange holdover bug from a long time ago. I've updated both notebooks (other than the incomplete one) with the solutions from the gflownet workshop. I think they are both easier to read, and for sure bug free. Sorry for the delay getting back to you.
Addressed here: https://github.com/GFNOrg/torchgfn/pull/187
This is merged into main
- please reopen if you continue to have issues.
Thank you for this great library. In the tutorial notebook, for computing PB of trajectory, we only consider timestep range [trajectory_length, 2). Why do we stop at time step 2?
The code work and the performance seems to improve if we consider the timestep range [trajectory_length, 1). (Skipping modelling backward step of time 1 to time 0)