Erwin Coumans
|
77a9a77b60
|
create some 'Unity Build' cpp files, to work-around setuptools on Windows creating >32k command-line
see 'won't fix' in https://bugs.python.org/issue1539295
|
2019-01-24 10:32:15 -08:00 |
|
Erwin Coumans
|
e776408c19
|
add missing file to MANIFEST.in, bump up PyBullet version
|
2018-10-16 19:03:24 -07:00 |
|
Erwin Coumans
|
cd2f111a10
|
update pybullet version, include *.* from OpenGLWindow
|
2018-09-25 17:06:32 -07:00 |
|
bla
|
3de295ca41
|
add missing files to MANIFEST.in for pybullet pip version
|
2018-09-19 08:43:55 -07:00 |
|
Erwin Coumans
|
15c46a0237
|
bump up pybullet version, add missing glad file(s) to MANIFEST.in
|
2018-02-21 11:46:53 -08:00 |
|
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 |
|