vlc-robot / hiveformer

26 stars 2 forks source link

How to utilize the singularity for training and evaluation #3

Closed TeleeMa closed 1 year ago

TeleeMa commented 1 year ago

Hi Dr. Chen @cshizhe,

Thank you for your great work.

I am new to the singularity, and I have a few questions about the usage. I would appreciate it if you can help.

  1. I used the interactive mode of singularity with singularity shell --nv vlc_rlbench.sif. I found the environemnt of hiveformer in python3.9, however, I could not use the basic command of linux like vim, _lsbrelease -a. So should I install these linux-based commands by myself in singularity? Or I should start a container of singularity instead of using the interactive mode?
  2. Is it right that the singularity does not contain the CoppeliaSim and I should build by myself?
  3. As I use headless devices, the nvidia-xconfig cannot be found in the singularity, which is required by PyRep in PyRep#running-headless. Do you have any suggestions about this?

Best regards.

cshizhe commented 1 year ago
TeleeMa commented 1 year ago

Thank you for your reply. I will try again and I close the issue.