hsp-iit / pybullet-robot-envs

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.
GNU Lesser General Public License v2.1
183 stars 24 forks source link

ModuleNotFoundError: No module named 'pybullet_object_models' #27

Open hjw-1014 opened 3 years ago

hjw-1014 commented 3 years ago

I just wanna try the test_panda_push_gym_env.py, but I didn't find any module named pybulllet_object_models. Where can I find this? Thanks in advance.

joannanananana commented 1 year ago

something wromg with this command pip3 install -r requirements.txt You'd better install git+https://github.com/eleramp/pybullet-object-models.git separately by pip or conda