I get import error: Module not found from isaacgymenvs import gymapi
installling isaacgymenvs is not mentioned in the documentation, (only isaac gym),
So I go ahead and downloaded isaacgymenvs from IsaacGymEnvs and pip install -e . it
However gymapi is also not a submodule in isaacgymenvs. So is this isaacgymenvs just isaacgym?
When I run validate_grasps.py,
I get import
error: Module not found from isaacgymenvs import gymapi
installling isaacgymenvs is not mentioned in the documentation, (only isaac gym), So I go ahead and downloaded isaacgymenvs from IsaacGymEnvs and
pip install -e .
itHowever gymapi is also not a submodule in isaacgymenvs. So is this isaacgymenvs just isaacgym?