remove useless gym env

This commit is contained in:
Erwin Coumans
2018-01-25 12:11:22 -08:00
parent c4a046f16c
commit c6fefb1018

View File

@@ -38,12 +38,6 @@ register(
reward_threshold=5.0,
)
register(
id='SimpleHumanoidBulletEnv-v0',
entry_point='pybullet_envs.bullet:SimpleHumanoidGymEnv',
timestep_limit=1000,
reward_threshold=5.0,
)
register(
id='KukaBulletEnv-v0',