I have written the following script to simulate one random object falling into another, and I come across the following question. After I ran the code, I use 'nvidia-smi' to check whether if the code uses cuda, and find out that no gpu is utilized.
I wonder why could it happen.