hello,I'm having some troubles when trying to run this project.
the following is my hardware version and my configured environment.
NVIDIA Geforce RTX 3080Ti, and because it's a 30 series graphics card, the minimum CUDA can be used is CUDA11.

python=3.7.0,torch=1.8.0+cu111, torch.cuda is available.

torch-geometric=2.1.0 with correct CUDA and PyTorch versions and Mujoco_py=2.1 can successfully be imported.



when run python design_opt/train.py --cfg hopper --gpu 0
The program does not report errors, but also no response

log file is empty

the tensorboard interface also has no data.

Additionally,I have successfully executed it in the PYTORCH=1.8.0+CU102 version on another server before.
Is this project unable to use CUDA11.1 for training?
hello,I'm having some troubles when trying to run this project.
the following is my hardware version and my configured environment.
NVIDIA Geforce RTX 3080Ti, and because it's a 30 series graphics card, the minimum CUDA can be used is CUDA11.
python=3.7.0,torch=1.8.0+cu111, torch.cuda is available.
torch-geometric=2.1.0 with correct CUDA and PyTorch versions and Mujoco_py=2.1 can successfully be imported.
when run
python design_opt/train.py --cfg hopper --gpu 0The program does not report errors, but also no response

log file is empty

the tensorboard interface also has no data.

Additionally,I have successfully executed it in the PYTORCH=1.8.0+CU102 version on another server before.
Is this project unable to use CUDA11.1 for training?