Skip to content

ShunchiZhang/virtualhome

 
 

Repository files navigation

VirtualHome

This is a fork to fix some issues starting from virtualhome@wah, which is depended by watch_and_help, online_watch_and_help, and GOMA.

Installation

  1. directly install this branch from github under site-packages

    pip install git+https://github.com/ShunchiZhang/virtualhome.git@wah-fix
  2. clone this branch and install editablely

    git clone https://github.com/ShunchiZhang/virtualhome
    cd virtualhome
    git switch wah-fix
    pip install -e .

This codebase is compatible with v2.2.4 executable. Download the Linux x86-64 version here.

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)

About

Fix from xavierpuigf/virtualhome@wah

Resources

License

Stars

Watchers

Forks

Languages

  • Jupyter Notebook 96.6%
  • Python 3.4%