Files
bullet3/examples
Erwin Coumans 21f9d1b816 refactor pybullet/gym to allow instantiating environments directly from a pybullet install:
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")
2017-08-22 00:42:02 -07:00
..
2017-03-13 11:00:56 -07:00
2016-03-10 21:15:23 -08:00
2017-06-02 17:40:50 -07:00
2017-05-24 16:44:43 -07:00
2017-04-16 17:53:44 +01:00