Closed YY-GX closed 1 year ago
Could anybody share any hints about what might cause this "pybullet.error: Not connected to physics server." issue? Thank you so much!
Hi, I've tried to investigate this. Indeed, it seems to be an issue related to pybullet and multiprocessing. What version of panda-gym and garage do you use? Have you disabled rendering for learning? Could you try to provide a code example to reproduce the bug?
Hi all,
I'm now using the garage lib to run a reinforcement learning algorithm in a panda gym environment. However, when I use the RaySampler in Garage that can "sample episodes in a data-parallel fashion using a Ray cluster", I got this error:
pybullet.error: Not connected to physics server.
It's triggered by this line.I guess this is a multi-process issue, could you help me with this? Thank you!
Here're more detailed bug log: