-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: expected Tensor as element 0 in argument 0, but got NoneType #4
Comments
Hi! This error may be due to the desktop does not have a monitor, so it can't create a camera buffer, and then the camera handle will be Nonetype. It needs a monitor to use IsaacGym's GUI, could you take a try with that? Hope this can help you. |
I followed the installation step I run: And at this time it has been stuck here over 5 min: then an error has occurred: |
I see. So this error is camera can't be created. We try to reproduce the error, but it works well on our end. We guess this is probably related to some bugs in using isaacgym with multiple GPUs. Sometimes when using multiple GPUs, an image driver that is not cuda may be specified, such as llvmpipe in this issue. So maybe you can try specifying the GPU as they did in this issue. Let me know whether it helps |
Hey @YuhaiW , did you figure out the issue? Feel free to share more details and we can try to reproduce the error. |
Hi, |
Hello!
When I run the quick demo:
cd SeqDex/dexteroushand
python train_rlgames.py --task BlockAssemblyGUI --num_envs=1 --play
there has an error:
My machine info is there:
I asked ChatGPT,
and here is the answer
User aggregate size exceeded: This warning suggests that the simulation is attempting to allocate more resources than allowed or available. This might be a configuration issue or a limitation of the system.
The text was updated successfully, but these errors were encountered: