Dinghuai Zhang, Ricky Tian Qi Chen, Cheng-Hao Liu, Aaron Courville, Yoshua Bengio.
We propose a novel DGFS sampler for continuous space sampling from given unnormalized densities based on stochastic optimal control 🤖 formulation and the probabilistic 🎲 GFlowNet framework.
target/
has the target distribution code.
gflownet/
contains the DGFS algorithm code.
python -m gflownet.main target=gm dt=0.05
python -m gflownet.main target=funnel
python -m gflownet.main target=wells
Apart from commonly used torch, torchvision, numpy, scipy, matplotlib, we use the following packages:
pip install hydra-core omegaconf submitit hydra-submitit-launcher
pip install wandb tqdm einops seaborn ipdb