cypypccpy
cypypccpy
Hi @Relento , Thank you very much for pointing it out! Sorry, this is a very big mistake due to my negligence. Yes, it should be changed to [6:26], [32:52],...
Hi @mickelliu , Sorry this is a bug in the disk. we have fixed it in the latest commit, check the new link in the README. Hope this can help...
Dear @ltzheng , Thank you for your concern! Yeah it is my bad and we also want to do this before. But I've been busy lately so haven't done QAQ....
Hi @ltzheng , We package the Bi-DexHands as your suggestions. Thank you very much! An example usage, also added in the README.md: ```python import bidexhands as bi import torch env_name...
> Hi @cypypccpy I think there still exist some bugs. I have opened a PR and maybe you can have a check when available. Hi @ltzheng , Yeah I also...
Hi @BunyaminEfe , This is always due to a mismatch between the pytorch version and your GPU cuda driver:  According to the above error message, you can try to...
Hi @BunyaminEfe , This may be because of this line that reports the error: ``` MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0 ``` I found a [post similar to...
How about using this setting? It looks like the questioner above solved it this way: ``` Oh, I understand, Using this setting : export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json ```
Oh, we have also encountered this problem before. It seems that you are using Cloud Container, Our experience suggests that Isaac Gym doesn't seem to support this well, so we...
Okay, sorry because we've only encountered this at Cloud Container before. I'm sure this is an environment configuration problem, can you show me the result of typing nvidia-smi on the...