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:

##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
tap module (e.g., is it a module on PyPI, or is it part of the project itself?).
- How to properly install or configure the
tap module 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!
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:
##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:
tapmodule (e.g., is it a module on PyPI, or is it part of the project itself?).tapmodule to run the project.Environment Information
[ Ubuntu 24.04][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!