Learning GFlowNets from partial episodes for improved convergence and stability
Kanika Madan, Jarrid Rector-Brooks, Maksym Korablyov, Emmanuel Bengio,, Moksh Jain, Andrei Nica, Tom Bosc, Yoshua Bengio, Nikolay Malkin

TL;DR
This paper introduces SubTB(λ), a new training objective for GFlowNets inspired by reinforcement learning, which learns from partial episodes to improve convergence speed and stability in complex environments.
Contribution
It proposes SubTB(λ), a novel GFlowNet training method that leverages partial subtrajectories, addressing bias-variance tradeoffs and enabling training in more challenging settings.
Findings
Accelerates convergence in various environments
Enables training with longer action sequences and sparser rewards
Provides insights into gradient dynamics and bias-variance tradeoff
Abstract
Generative flow networks (GFlowNets) are a family of algorithms for training a sequential sampler of discrete objects under an unnormalized target density and have been successfully used for various probabilistic modeling tasks. Existing training objectives for GFlowNets are either local to states or transitions, or propagate a reward signal over an entire sampling trajectory. We argue that these alternatives represent opposite ends of a gradient bias-variance tradeoff and propose a way to exploit this tradeoff to mitigate its harmful effects. Inspired by the TD() algorithm in reinforcement learning, we introduce subtrajectory balance or SubTB(), a GFlowNet training objective that can learn from partial action subsequences of varying lengths. We show that SubTB() accelerates sampler convergence in previously studied and new environments and enables training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Explainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning
