Seeding#
Seeding is only rudimentarily supported in NePS, as we provide a function to capture the global rng state of Python
, numpy
and torch
. It is not yet possible to seed only NePS internally.
See the Seeding API for the details on how to capture and use this global rng state.