remove obsolete CartPoleBulletEnv

This commit is contained in:
Erwin Coumans
2017-10-09 09:44:54 -07:00
parent 463e3d3a1a
commit 91d164d886
5 changed files with 1 additions and 110 deletions

View File

@@ -2,13 +2,6 @@ from gym.envs.registration import registry, register, make, spec
# ------------bullet-------------
register(
id='CartPoleBulletEnv-v0',
entry_point='pybullet_envs.bullet:CartPoleBulletEnv',
timestep_limit=1000,
reward_threshold=950.0,
)
register(
id='MinitaurBulletEnv-v0',
entry_point='pybullet_envs.bullet:MinitaurBulletEnv',