CeyaoZhang
CeyaoZhang
Also encountered the same problem with Ubuntu 22.04 + CUDA 12.6. Looking for the reply orz !!!
No, this error has nothing to do with operations like AsynVectorEnv or multiprocessing. The default code only concerns with one Env. --- I also find that even run the following...
After setting ``` self._viewer = MujocoRenderer( self.model, self.data, width=3, height=4 ) ``` the code works.
Hi, @parzivar @claudio-dg , Can you check if this works for you too? And I do suggest @parzivar change this issus's title. I missed this issue several times because the...
@parzivar I check your method and it works. I think this issue lies in the different `gymnasium` versions.
I don't figure out your problem. You may give me more details and we can discuss in #47.
I also meet this problem.
> 请问您解决了吗,我也出现了相同的问题 try `device_map="cuda" `for multiple GPUs.