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

Headless rendering: download speed

danchern97 opened this issue · comments

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!