OmniIsaacGymEnvs icon indicating copy to clipboard operation
OmniIsaacGymEnvs copied to clipboard

Multi GPU usage on Windows

Open robinvetsch opened this issue 1 year ago • 0 comments

Hi all,

I have installed Isaac Sim 2022.2.1 including OmniIsaacGym on a Windows machine. The PC has two A6000 RTX graphics cards, both of which I want to use. To test this I wanted to run the example from the repository with the following command.

PYTHON_PATH -m torch.distributed.run --nnodes=1 --nproc_per_node=2 scripts/rlgames_train.py headless=True task=Ant multi_gpu=True

After starting I get the following error:

image

image

Can anyone help me?

Many thanks

robinvetsch avatar Oct 05 '23 13:10 robinvetsch