-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Description
thank you for creating and maintaining this project!I'm thinking of using this benchmark to test the algorithm efficiency on solving contact dynamic problem.I have successfully build this project and wanna to run examples(e.g. humanoid.py) within project directory,but some errors occur when importing tap module:
from tap import Tap##Steps I’ve Tried##
1.I attempted to install tap using pip install tap, but the installed module doesn’t seem to be related to the project.
2.I checked the project’s requirements.txt or setup.py, but there was no clear mention of the tap module.
3.I searched through the project’s documentation and existing Issues but couldn’t find a solution.


Expected Outcome
It semms "tap" is used for argument parse,so Could you please clarify:
- The exact source of the
tapmodule (e.g., is it a module on PyPI, or is it part of the project itself?). - How to properly install or configure the
tapmodule to run the project.
Environment Information
- Operating System:
[ Ubuntu 24.04] - Python Version:
[e.g., Python 3.10]
Additional Information
If there’s any other information you need from me, please let me know! Thank you so much for your time and help—I really appreciate it!
