torchgfn
torchgfn copied to clipboard
GFlowNet library
Results
42
torchgfn issues
Sort by
recently updated
recently updated
newest added
## Describe your changes Type: **Feature** Add support for including Graphs as States of GFlowNet The Graph structure is represented via the `Data` class of [Torch Geometric](https://pytorch-geometric.readthedocs.io/en/latest/modules/data.html). The GraphStates object...
## Description 1. **Indexing Order**: The State class currently supports batching along both `Num Timesteps` dimension(i.e. batch size `(Timesteps, )`) and along `Num Timesteps, Num Trajectories` dimension (i.e. batch size...