Erwin Coumans
|
ff0cd65346
|
fix __init__.py, add stadium without collision for testing
|
2017-09-05 21:47:35 -07:00 |
|
Erwin Coumans
|
6d0e2cd527
|
update pybullet docs, add getList to pybullet_envs
|
2017-08-31 09:59:40 -07:00 |
|
Erwin Coumans
|
1fc148d5d0
|
fixes in racecarGymEnv: implement 'render' rgb image, fix in naming,
fix in observation bounds.
|
2017-08-24 22:01:45 -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 |
|