diff --git a/examples/pybullet/gym/pybullet_data/stadium_no_collision.sdf b/examples/pybullet/gym/pybullet_data/stadium_no_collision.sdf new file mode 100644 index 000000000..585b4eb16 --- /dev/null +++ b/examples/pybullet/gym/pybullet_data/stadium_no_collision.sdf @@ -0,0 +1,107 @@ + + + 0 0 -9.8 + + 1 + 0 0 0 0 0 0 + + + 0 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + + + + + 1 1 1 + roboschool/models_outdoor/stadium/part0.obj + + + + 1 1 1 1 + 1.00000 1.00000 1.000000 1 + 0.1 .1 .1 1 + 0 0 0 0 + + + + + + 1 + 0 0 0 0 0 0 + + + 0 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + + + + + 0 0 1 + 100 100 + + + + + + + 1 1 1 + roboschool/models_outdoor/stadium/part1.obj + + + + 1 1 1 1 + 0.600000 0.400000 0.000000 1 + .5 .5 .5 1 + 0 0 0 0 + + + + + + 1 + 0 0 0 0 0 0 + + + 0 + + 0.166667 + 0 + 0 + 0.166667 + 0 + 0.166667 + + + + + + + 1 1 1 + roboschool/models_outdoor/stadium/part2.obj + + + + 1 0 0 1 + 0.000000 0.500000 0.000000 1 + 0.4 0.4 0.4 1 + 0 0 0 0 + + + + + + diff --git a/examples/pybullet/gym/pybullet_envs/__init__.py b/examples/pybullet/gym/pybullet_envs/__init__.py index 5999be072..93b55108d 100644 --- a/examples/pybullet/gym/pybullet_envs/__init__.py +++ b/examples/pybullet/gym/pybullet_envs/__init__.py @@ -133,6 +133,3 @@ register( reward_threshold=2500.0 ) -def getList(): - btenvs = ['- ' + spec.id for spec in gym.envs.registry.all() if spec.id.find('Bullet')>=0]) - return btenvs