allenai / ai2thor

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

Headless rendering: download speed #1174

Closed danchern97 closed 10 months ago

danchern97 commented 10 months ago

Hey, I installed the ai2thor=5.0.0 package and ran import ai2thor.controller; import ai2thor.platform; controller = ai2thor.controller.Controller(platform=ai2thor.platform.CloudRendering); event = controller.step("Done"); to check whether it works. It started downloading some packages (around 800 Mb), but the download speed is awful (5 KiB/s). I have checked my network, and it doesn't look like it is a problem on my side. Can you check if everything is OK on your side?

UPD: I believe it is solved, magically. Thanks!