How to train on ubuntu remote system

Hi all,
I am new here to study isaac gym. I don’t own a local desktop machine, I rely on remote cluster for GPUs. I have headless docker + ssh./ conda + ssh. ,(i tried VNC, but it seems not good on isaac gym)
All the python/examples show segfault, RL env report the same error. I looked up a lot of methods but nothing worked. How can i train it just on terminal?

Hi,

Make sure you are enabling headless mode if you are running in a headless docker. You can also use the docker image we’ve provided with the build. To enable headless mode, set headless=True. Note that this is not available in all of our non-RL examples, but it should work with train.py.