allenai / ai2thor

An open-source platform for Visual AI.
http://ai2thor.allenai.org
Apache License 2.0
1.14k stars 215 forks source link

Run code on CloudRendering #1108

Open LIUQI-creat opened 1 year ago

LIUQI-creat commented 1 year ago

Hi, @ekolve I want to reproduce the rearrangement work, but I encountered some difficulties. Because I run code on the headless server (Ubuntu 20.04, Cuda 11.3, 4*NVIDIA P40 GPUs) where I have no root permission and I can't open X11 server, I run code on the CloudRendering platform. The test code are as follows:

from ai2thor.controller import Controller from ai2thor.platform import CloudRendering controller = Controller(scene="FloorPlan10",platform=CloudRendering)

The problems are as follows: Exception: Unity process has exited - check ~/.config/unity3d/Allen\ Institute\ for\ Artificial\ Intelligence/AI2-THOR/Player.log for errors. Confirm that Vulkan is properly configured on this system using vulkaninfo from the vulkan-utils package. returncode=-11

I guess it's because Vulkan is not installed properly, how can I solve this problem? Thank you very much!

justabugg commented 1 year ago

老哥解决了么 我也遇到了这种问题 折腾两天了

LIUQI-creat commented 1 year ago

老哥解决了么 我也遇到了这种问题 折腾两天了

没有,当时我公司服务器不太支持,后来不做这个了

meareabc commented 1 year ago

老哥解决了么 我也遇到了这种问题 折腾两天了

不知道你是否解决了问题,你可以参考这个方法试试看https://github.com/allenai/ai2thor/issues/993#issuecomment-1154744878

Penguin963 commented 2 weeks ago

老哥解决了么 我也遇到了这种问题 折腾两天了

不知道你是否解决了问题,你可以参考这个方法试试看#993 (comment)

这个文件下完要怎么弄啊