A Python package that collects robotic environments based on the PyBullet simulator, suitable to develop and test Reinforcement Learning algorithms on simulated grasping and manipulation applications.
This PR enables self-collision for the panda simulation. Before this, I noticed behavior in which the Panda was "going inside of itself", which isn't desirable for any situation.
This PR enables self-collision for the panda simulation. Before this, I noticed behavior in which the Panda was "going inside of itself", which isn't desirable for any situation.
Thanks!