Skip to content

New Replay Buffer, Computation Caching, Helper Functions, and Tutorials

Latest
Compare
Choose a tag to compare
@josephdviviano josephdviviano released this 24 Sep 17:29
  • License / Readme updates.
  • Updates to package requirements.
  • Addition of a Prioritised Replay Buffer.
  • GFlowNets now optionally save_logprobs or estimator_outputs -- this is to prevent unnecessary re-computation (depending on whether you are performing on-policy or off-policy learning).
  • Added self.logF*_parameters() methods to help when passing to a dedicated optimizer (differently from say pf and pb.
  • Helper functions (e.g., stack_states).
  • Improved tutorials - new use-cases and improved notebooks.