This commit is contained in:
erwincoumans
2017-09-02 01:06:47 -07:00
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