-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function to revert backward trajectories #109
Comments
Note on the commit that removed this feature : 05f0c68 |
See here torchgfn/src/gfn/containers/trajectories.py Lines 76 to 77 in 05f0c68
|
What needs to be fixed here? |
@hyeok9855 , did you actually do this in #208 ? |
@saleml Yes, see here! Still, it is not compatible with continuous case. |
@hyeok9855 can you raise the block RE: continuous during our meeting tomorrow? We can brainstorm. |
Resolved via #233 |
In previous versions of the code, when actions were integers, we had this function that reverts backward trajectories. It's not used as part of the codebase, but I remember using it for another project (probably GFN vs HVI). I just removed it (in an upcoming PR), and it would be nice to fix it and have it back
The text was updated successfully, but these errors were encountered: