Jack Kolb

Results 12 issues of Jack Kolb

This commit adds a try/catch in the `datasets_download.py` script around the `git lfs prune -f --recent` call to re-run the command without the `-f` switch. While users can specify `--no-prune`...

CLA Signed

The demo assumes two return values from GLEEmodel, however the class returns three values. This caused a runtime error. Related issue: #27

Hi! I am unable to install VirtualHome on Ubuntu 20.04. VirtualHome version: 2.3.0 Python 3.12.0 Steps to reproduce: `$ pip install virtualhome` or ``` $ git clone https://github.com/xavierpuigf/virtualhome $ cd...

It appears that at times the simulator has a character pick up the correct object while the graph assigns a different object to the HOLDING_RH/LH edge. This causes problems when...

It is easy to pass in strings instead of lists for script, image_synthesis, and camera_mode to render_script(). Doing so results in behavior that is hard to deduce the cause of....

The Getting Started instructions (http://virtual-home.org/documentation/master/get_started/get_started.html) state to clone the repo and no other installation setup. However, in Python 3.12 (I am unsure about earlier versions) the imports in the Getting...

setup.py was configured to look for a "src" folder, which does not reflect the codebase structure. This commit changes the source directory from the missing "src" to ".". As per...