implement pybullet.setAdditionalSearchPath
pybullet: move data to pybullet_data package, with getDataPath() method
work-in-progress (need to add missing data files, fix paths etc) example: pip install pybullet pip install gym python import gym import pybullet import pybullet_envs env = gym.make("HumanoidBulletEnv-v0")