You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: