Backward trajectory time steps in intro_gfn_continuous_line.ipynb
#182
Labels
bug
Something isn't working
intro_gfn_continuous_line.ipynb
#182
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)
The text was updated successfully, but these errors were encountered: