PKU-MARL / DexterousHands

This is a library that provides dual dexterous hand manipulation tasks through Isaac Gym
https://pku-marl.github.io/DexterousHands/
Apache License 2.0
665 stars 83 forks source link

Issues about visual observation #20

Closed jiangranlv closed 1 year ago

jiangranlv commented 1 year ago

hi, yuanpei @cypypccpy. Nice work again! It seems like something is wrong when I try to use point cloud observation in the task. Specifically, using the camera through isaacgym API may have some bugs. I print the 'camera_handle', whose value is -1. 图片 图片

Could you please help me? Thanks a lot~

cypypccpy commented 1 year ago

Hi @jiangranlv ,

Thanks. I just tried it and it should work fine:

python train.py --task ShadowHandOver --algo ppo

image

Errors that return -1 generally appear when using isaacgym on servers without a monitor, are you in this case? And using --headless may also cause this bug. Currently, isaacgym has many bugs with rendering, maybe you can also go to the isaacgym official forum to find some answers.

Hope this can help you.

jiangranlv commented 1 year ago

I did use isaacgym on servers without a monitor, and using the headless mode. Thank you very much.

TengBoYuu commented 4 months ago

I did use isaacgym on servers without a monitor, and using the headless mode. Thank you very much.

Hi, I have the same problem, how did you fix it. Thx☺️