bulletphysics / bullet3

Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
http://bulletphysics.org
Other
12.39k stars 2.86k forks source link

No module name baseline enjoy_kuka_diverse_object_grasping #1525

Closed AndreaIncertiDelmonte closed 3 years ago

AndreaIncertiDelmonte commented 6 years ago

Hi, I was trying to run the demo showed in this video https://www.youtube.com/watch?v=y7scmgsGQdA

Inside a python 3.5 virtual env I ran the following commands:

pip3 install pybullet tensorflow gym
python -m pybullet_envs.baselines.enjoy_kuka_diverse_object_grasping

and I got this import error:

bullet3/examples/pybullet/gym/pybullet_envs/baselines/enjoy_kuka_grasping.py
from baseline import deepq
ImportError: No module name 'baselines'

I also tried to install pybulled from source same results.

It seems the module deepq is missing.

Thnks Andrea

erwincoumans commented 6 years ago

That baselines line shouldn't be there. For the time being, try use pip install baselines?