-
There are two key components, `GFlowNet` (in `src/gfn/gflownet`) and `Sampler` (in `src/gfn/samplers.py`).
I think `Sampler` is a redundant class, and we could get rid of it by incorporating the sa…
-
[ICML 2023 Workshop SPIGM homepage](https://openreview.net/group?id=ICML.cc/2023/Workshop/SPIGM)
```bib
@inproceedings{
wang-henderson2023graph,
title={Graph Neural Network Powered Bayesian Opt…
-
Hey again @alexhernandezgarcia , @josephdviviano and others,
**TL;DR**: Can I use Stack(Grid,ContinuousCube) as an environment to sample N*3D-points ($N \times ℝ^3$ vectors)?
**Long Version**
I…
-
I install the packages using
```
FORCE_ONLY_CUDA=1 pip install -U -v --no-build-isolation git+https://github.com/rusty1s/pytorch_cluster.git
FORCE_ONLY_CUDA=1 pip install -U -v --no-build-isolati…
-
Computing `log_rewards` requires access to the environment. However, `Transitions`, `Trajectories` and `States` provide `log_rewards`, making a complicated dependency among these class.
I propose t…
-
Hey,
I don't see any rendering of the directives, and no error from the build. How can I debug? Thanks!
* Docstring -> https://github.com/alexhernandezgarcia/gflownet/blob/evaluator/gflownet/eva…
-
Hey Alex and others,
First of all thank you for your generous work in the field and for spreading the ideas with open source code for the rest of us!
I want to experiment with GFlowNets and poten…
-
When using a conditional gflownet, we need the LogZ estimate (in algorithms such as TB) to be conditional, i.e., predicted from the state.
This means the `logz` parameter must not be constrained to…
-
Hey @alexhernandezgarcia and others,
As I mentioned in #330 , I want to use Continuous GFNs to estimate the distribution of a 3D dataset for my thesis.
I thought a nice starting point would be [Mode…
-
Does the seh_chembl.csv file contain the results from the GFlowNet model output? I am just checking if I am interpreting the CSV correctly.