Results 28 comments of rain

I'd say so. I've got MT50 runs done more or less (one of the seeds got cut off at 96M timesteps and my compute is out of commission at the...

Few things I noticed: - It's not entirely clear to me why `_make_single_env()` has ML1-related code when `_make_single_ml()` exists. - For MT envs, they should also have an `AutoTerminateOnSuccess` wrapper...

Stepped through the orbax source with a debugger and realised that the problem isn't the string, it gets handled by `StringHandler` correctly. The problem is the really large integers in...

The Generator objects have a `__setstate__()` function that takes in the dict state exported from the Generator's `__getstate__()` function and that's how I currently have it implemented. Not entirely sure...

The problem isn't really the format, as yes the format returned by `numpy.random.get_state(legacy=False)` is the same as the one you get by accessing `Generator.bit_generator.state` (or calling `Generator.__getstate__()`). It's more so...

I'm having the same issue, but it took me a while to realise it because I spend most of my time coding remotely. So what's surprising and thought I'd add...

@RaitoBezarius > I think you only need to keep Microsoft keys and let systemd-boot know about Windows via the magic reboot into Windows option and that's it? Which magic reboot...

> I'm still trying to add Windows 11 to systemd-boot entries, it's currently installed on another drive so it does not get recognized automatically. I got it working with `boot.loader.systemd-boot.windows`...