update pybullet docs, add getList to pybullet_envs

This commit is contained in:
Erwin Coumans
2017-08-31 09:59:40 -07:00
parent 9d404f5316
commit 6d0e2cd527
2 changed files with 4 additions and 0 deletions

View File

@@ -132,3 +132,7 @@ register(
max_episode_steps=1000,
reward_threshold=2500.0
)
def getList():
btenvs = ['- ' + spec.id for spec in gym.envs.registry.all() if spec.id.find('Bullet')>=0])
return btenvs