Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans authored Apr 23, 2020
1 parent e1f5729 commit f13629b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/pybullet/gym/pybullet_envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ def register(id, *args, **kvargs):
reward_threshold=18.0,
)

register(
id='StrikerBulletEnv-v0',
entry_point='pybullet_envs.gym_manipulator_envs:StrikerBulletEnv',
max_episode_steps=100,
reward_threshold=18.0,
)
#register(
# id='StrikerBulletEnv-v0',
# entry_point='pybullet_envs.gym_manipulator_envs:StrikerBulletEnv',
# max_episode_steps=100,
# reward_threshold=18.0,
#)

register(id='Walker2DBulletEnv-v0',
entry_point='pybullet_envs.gym_locomotion_envs:Walker2DBulletEnv',
Expand Down

0 comments on commit f13629b

Please sign in to comment.