You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes this makes sense to me. The GFNModule would be able to handle raw and
pre-processes states using whatever preprocessor is passed to it.
Joseph Viviano
@josephdviviano <https://twitter.com/josephdviviano>
viviano.ca
I believe preprocessors should not be part of the Env class, and they should kept separate.
These lines in env examples don't scale well:
torchgfn/src/gfn/gym/hypergrid.py
Lines 58 to 72 in 6f132a8
It seems they are not used inside the env class, but they are just passed to GFNModule, which is a better location.
torchgfn/testing/test_gflownet.py
Lines 40 to 46 in 6f132a8
I believe they should be instantiated by the user and eventually passed to GFNModule.
The text was updated successfully, but these errors were encountered: