alexhernandezgarcia / gflownet

Generative Flow Networks - GFlowNet
https://gflownet.readthedocs.io/en/latest/
Apache License 2.0
167 stars 11 forks source link

[Tiny PR] [Fix] Use random number generator in weighted mode of select #316

Closed alexhernandezgarcia closed 3 months ago

alexhernandezgarcia commented 4 months ago

Unless I am missing something, using np.random.choice() instead of rng.choice() is contributing to random differences across runs, which has an impact on reproducibility (and debugging).