Erwin Coumans
|
577ddd4f55
|
remote 'data' from MANIFEST.in
|
2017-08-23 23:58:53 -07:00 |
|
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 |
|
Erwin Coumans
|
322c7d4b7e
|
add missing files in pip, bump version
|
2017-04-04 00:01:12 -07:00 |
|
Erwin Coumans
|
e487bc360b
|
add support for setuptools setup.py pybullet for 'pip install pybullet'
rewrite MacOpenGLWindow.mm into .m version, so that setup.py can handle it.
See also test at https://pypi.python.org/pypi/pybullet/0.1.0
|
2017-04-02 23:00:06 -07:00 |
|