carlosferrazza / humanoid-bench

Other
356 stars 37 forks source link

ValueError: Error: resource not found via provider or OS filesystem #12

Closed mdjadu closed 3 weeks ago

mdjadu commented 3 months ago

There is some issues with the reading of the paths from the function from_the_xml (mujoco.MjModel.from_xml_path(self.fullpath))

ValueError: Error: resource not found via provider or OS filesystem: '/path/to/the/humanoid-bench/humanoid_bench/assets/envs/../shadow_hand_submodel/assets/forearm_0.obj'

FYI i have added "path to the" to not revel the true path

i can understand it a mujoco error but because of that we cant simulate this repo

carlosferrazza commented 3 months ago

Hi @mdjadu, what is the command that leads to this error, and what is your operating system?

You could try cloning the repo again, and retry this. Some users have reported that on some OS there might be issues with the capitalization of the asset files (e.g., .obj vs .OBJ). That might be something to look at if your problem persists.