SimplerEnv icon indicating copy to clipboard operation
SimplerEnv copied to clipboard

RuntimeError: vk::PhysicalDevice::createDeviceUnique: ErrorInitializationFailed on A100 (when using other gpus except CUDA_VISIBLE_DEVICES=0)

Open Liang-ZX opened this issue 9 months ago • 2 comments

Hi authors,

Thanks for your wonderful work. But I met a runtime error when I run

CUDA_VISIBLE_DEVICES=4 python simpler_env/simple_inference_visual_matching_prepackaged_envs.py --policy rt1 \
        --ckpt-path ./checkpoints/rt_1_tf_trained_for_000400120  --task google_robot_pick_coke_can  \
        --logging-root ./results_simple_eval/  --n-trajs 10

It only works when I run it on CUDA_VISIBLE_DEVICES=0. How can I fix it? Thank you.

The vulkaninfo is shown below. Image

Liang-ZX avatar Feb 25 '25 10:02 Liang-ZX

Try DISPLAY="" CUDA_VISIBLE_DEVICES=x python xxx

xuanlinli17 avatar Feb 26 '25 00:02 xuanlinli17

Hi authors,

Thanks for your wonderful work. But I met a runtime error when I run

CUDA_VISIBLE_DEVICES=4 python simpler_env/simple_inference_visual_matching_prepackaged_envs.py --policy rt1
--ckpt-path ./checkpoints/rt_1_tf_trained_for_000400120 --task google_robot_pick_coke_can
--logging-root ./results_simple_eval/ --n-trajs 10 It only works when I run it on CUDA_VISIBLE_DEVICES=0. How can I fix it? Thank you.

The vulkaninfo is shown below. Image

Did you find the solution?

LukeLIN-web avatar May 02 '25 00:05 LukeLIN-web