yunfeibai
|
36dcabbaf5
|
Merge remote-tracking branch 'upstream/master'
|
2018-02-15 14:31:34 -08:00 |
|
Erwin Coumans
|
4798d66f19
|
fixes in kuka/racecar environment. kuka still doesn't train well, work-in-progress
|
2017-11-01 18:06:47 -07:00 |
|
Erwin Coumans
|
55f5e52ecd
|
add continuous versions of kukaGymEnv, kukaCamGymEnv, racecarZEDGymEnv etc.
should be trainable with PPO or evolution strategies (ES) now
|
2017-10-31 15:50:34 -07:00 |
|
Erwin Coumans
|
c250a5f0b9
|
re-enable shared memory connection for pybullet Gym envs (with fallback to GUI or DIRECT)
suppress shared memory connection warnings
add fallback from ER_BULLET_HARDWARE_OPENGL to TinyRenderer if not available
|
2017-09-13 09:56:39 -07:00 |
|
Erwin Coumans
|
1569f3845c
|
more fixes in pybullet_gym envs/data.
implement pybullet.setAdditionalSearchPath
|
2017-08-27 19:34:00 -07:00 |
|
Erwin Coumans
|
659e869b86
|
pybullet a bit more refactoring, moving around files.
pybullet: move data to pybullet_data package, with getDataPath() method
|
2017-08-27 18:08:46 -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 |
|