facebookresearch / habitat-sim

A flexible, high-performance 3D simulator for Embodied AI research.
https://aihabitat.org/
MIT License
2.54k stars 414 forks source link

colab_install.sh support #2313

Closed rayxsong closed 7 months ago

rayxsong commented 7 months ago

I am setting up Habitat Sim navigation demo in Colab, it seems that colab_install.sh has been removed in the main branch. Is there another way to set up in Colab? Thank you!

aclegg3 commented 7 months ago

Hey @rayxsong We've deprecated Colab support and converted notebooks to be locally run-able with Jupyter notebook instead. You're welcome to attempt fixing that install script from the version cached before the deprecation. #2298 We found that correctly setting up the Colab system backend to be compatible could be trouble, so it is likely non-trivial.