-
The env used for this test might not be compatible with the FMGFN, need to investigate.
See https://github.com/GFNOrg/torchgfn/pull/193#discussion_r1815625045
-
Hello,
Thanks for your great work!
I work on the gflownet-based project, and I wonder the role of following code block:
[https://github.com/recursionpharma/gflownet/blob/trunk/src/gflownet/data…
-
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…
-
I believe preprocessors should not be part of the Env class, and they should kept separate.
1) These lines in env examples don't scale well:
https://github.com/GFNOrg/torchgfn/blob/6f132a869902584…
-
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…
-
[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…
-
I propose here an alternative codebase organization, with:
`gfn.core`: implementing the interfaces of States, Action, GFlowNet base file, base Env class, Trajectories, Transitions, and ReplayBuffer…
-
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…
-
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…
-
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…