Saran Tunyasuvunakool

Results 178 comments of Saran Tunyasuvunakool

It shouldn't be possible for `dm_control` to override anything in `mujoco-py` since they're completely separate libraries. If you want to dig into this further I'd suggest checking in `gdb` (through...

I have a theory: in the segfaulting snippet you have `import gym` immediately `from dm_control import suite`. If you are using `dm_control>=1.0.0` the latter would automatically load in the latest...

Can you please try running with `DISABLE_RENDER_THREAD_OFFLOADING=1` (environment variable)?

Can I please have a minimal repro code that I can run on my side?

@vmoens @ikostrikov Gentle nudge on the request for minimal repro above. We'd like to try to get to the bottom of this.

If it's consistently reproducible, a messy repro case will be better than not having one at all, so please do give us that anyway. Also, are you saying with like-for-like...

Please point me to where the rendering context is set up and where the multiprocessing occurs.

I'm having trouble running `python dreamer.py frame_skip=2 init_env_steps=10000 logger=csv` on my machine. Could you please make a repro script that just runs the dm_control environment without any agent in the...

OK, I have this running. I have zero familiarity with this code, but it seems that Hydra is creating some sort of default `cfg` and is forcing `cfg.collector_devices` to be...

I've managed to trigger the error. Still investigating, but it looks like something is copying the rendering context objects in Python, which isn't a supported operation.