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
Hi, I'm currently using SAC algorithm with stablebaseline3.
OS: Ubuntu 20.04.1 LTS
Python: 3.7.11
When I set the n_envs = 5, I encounter the warning message during the training: b3Warning[examples/SharedMemory/PhysicsDirect.cpp,1049]:
removeConstraint failed
Does the current simulator support multiprocessing, or could this warning be related to a different issue?
If you need more information, please let me know.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
The stablebaseline and simulator support multiprocessing. The issue you mentioned is identified as a glitch of the bullet physics engine. But don't worry, while this warning may appear, it does not impact the simulation and the training process.
Hi, I'm currently using SAC algorithm with stablebaseline3.
When I set the n_envs = 5, I encounter the warning message during the training: b3Warning[examples/SharedMemory/PhysicsDirect.cpp,1049]:
removeConstraint failed
Does the current simulator support multiprocessing, or could this warning be related to a different issue?
If you need more information, please let me know.
Thank you for your help!
The text was updated successfully, but these errors were encountered: