allenai / ai2thor

An open-source platform for Visual AI.

Home Page:http://ai2thor.allenai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use CloudRendering

JACK-Chen-2019 opened this issue · comments

from ai2thor.controller import Controller
from ai2thor.platform import CloudRendering
controller = Controller(platform=CloudRendering)

Traceback (most recent call last):
File "debug.py", line 3, in
controller = Controller(platform=CloudRendering)
File "/opt/conda/lib/python3.8/site-packages/ai2thor/controller.py", line 518, in init
self.start(
File "/opt/conda/lib/python3.8/site-packages/ai2thor/controller.py", line 1436, in start
self._start_unity_thread(env, width, height, unity_params, image_name)
File "/opt/conda/lib/python3.8/site-packages/ai2thor/controller.py", line 1153, in _start_unity_thread
raise Exception(message)
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