Skip to content

Commit

Permalink
make demonstration util as optional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yukezhu committed Oct 26, 2018
1 parent db4a44f commit 5f1d45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ gym

# Mac OS X only
hidapi

# required for demonstration utils
h5py
1 change: 0 additions & 1 deletion robosuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from robosuite.environments.baxter_lift import BaxterLift
from robosuite.environments.baxter_peg_in_hole import BaxterPegInHole
from robosuite.wrappers import DataCollectionWrapper

__version__ = "0.1.0"
__logo__ = """
Expand Down

0 comments on commit 5f1d45d

Please sign in to comment.