You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note, I wonder what the recommended way to handle randomness in environments is. My own preference would be to create a torch.Generator in _set_seed and then use it for all sources of randomness in _step. To my understanding, calling torch.manual_seed affects the global RNG of pytorch, not only the environment that we call it in.
Checklist
I have checked that there is no similar issue in the repo (required)