Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use CloudRendering #1207

Open
JACK-Chen-2019 opened this issue Apr 11, 2024 · 0 comments
Open

How to use CloudRendering #1207

JACK-Chen-2019 opened this issue Apr 11, 2024 · 0 comments

Comments

@JACK-Chen-2019
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant