VirtualHome This is a fork to fix some issues starting from virtualhome@wah, which is depended by AutoToM and MindZero. Installation Download VirtualHome v2.2.4 executable: [Linux] [MacOS] [Windows] Clone and install virtualhome Python library: git clone -b wah-fix https://github.com/ShunchiZhang/virtualhome cd virtualhome pip install -e . Features fix agent camera observation (18def97), expose default parameters to class attributes for external access (72a87bd) support editable installation (66aa2e0) update deprecated function names collections.Iterable -> collections.abc.Iterable (82791b9)