fix __init__.py, add stadium without collision for testing

This commit is contained in:
Erwin Coumans
2017-09-05 21:47:35 -07:00
parent a985d441bd
commit ff0cd65346
2 changed files with 107 additions and 3 deletions

View File

@@ -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