carlosferrazza / humanoid-bench

Other
356 stars 37 forks source link

Resource not found #4

Closed K-Humanoid closed 3 months ago

K-Humanoid commented 5 months ago

Thx for your awesome work!

I'm able to test environments. But when i try to change observations, i encounter this error: ValueError: Error: resource not found via provider or OS filesystem: '/home/kh/Documents/humanoid-bench/humanoid_bench/assets/envs/../shadow_hand_submodel/assets/forearm_0.obj'

I checked the path, which is correct, and the obj exists.

Any clues on that will be appreciated. Thx!

carlosferrazza commented 5 months ago

Hi! Could you provide more details on the exact command you are running?

Bailey-24 commented 5 months ago

hi, i'm curious about why you didn't use vision input, it is difficult to use? such as keep the root fixed or follow the given speed,and then the humanoid use vision input to pick and place some object.

K-Humanoid commented 5 months ago

Hi! Could you provide more details on the exact command you are running?

Thx for the reply!

This command : python -m humanoid_bench.test_env --env h1touch-stand-v0 --obs_wrapper True --sensors "proprio,image,tactile"

carlosferrazza commented 4 months ago

@Bailey-24 It is definitely possible to use the visual input, but we only benchmarked state-based RL as the required compute budget for benchmarking vision-based RL on all tasks would have been much larger!

carlosferrazza commented 4 months ago

@K-Humanoid the command runs fine for me (on Mac). Could you try cloning the repo again, and attempt that again? 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.