Benelot
|
3f57fb655a
|
Enable randomized reset for Humanoid.
|
2017-09-14 12:53:12 +02:00 |
|
Erwin Coumans
|
666c824b81
|
enable pybullet_env Ant Gym rendering, tinyRenderer has some issue with the ant.xml file though
|
2017-09-09 15:27:10 -07:00 |
|
Erwin Coumans
|
4f47a223ef
|
more fixes in Gym Ant to make reward the same as Roboschool,
apparently feet_collision_cost is not properly updated in Roboschool,
for now, disable it in pybullet too: see https://github.com/openai/roboschool/issues/63
|
2017-09-09 12:36:53 -07:00 |
|
Erwin Coumans
|
3d702879c5
|
pybullet: improvements in Gym Ant environment (work-in-progress)
|
2017-09-07 11:06:42 -07:00 |
|
Erwin Coumans
|
8866840712
|
Clarify in naming that the environment uses MJCF xml files with Bullet, it doesn't use MuJoCo.
|
2017-08-23 15:03:57 -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 |
|