Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vr_demos.md #13

Merged
merged 4 commits into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/vr_demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ There are two available HDF5 datasets. The first is processed for imitation lear

Note: Since every small change in the simulator may cause deviating changes in execution, if you want to replay the demos (run the actions stored in the demonstration file, and reproduce the exact same outcomes, e.g. states/images), this comes with some caveats. You must:
1) Be on Windows
2) Use the `pybullet-svl` fork (`pip install pybullet-svl`, as in setup.py of iGibson)
3) Use the `behavior-replay` branch of iGibson
4) Download the behavior-replay version of BEHAVIOR dataset bundle (BEHAVIOR Dataset of Objects and iGibson Dataset) via [this link](https://forms.gle/GXAacjpnotKkM2An7 )
2) Use the `behavior-replay` branch of iGibson
3) Clone the `behavior-replay` branch of bddl, uninstall any existing version of bddl by doing ```pip uninstall bddl```, then install the cloned version by running ```pip install -e .``` in the bddl directory.
4) Download the behavior-replay version of the iGibson assets via [this link](https://storage.googleapis.com/gibson_scenes/assets-behavior-replay.tar.gz), put it under ```iGibson/igibson/data```, and rename it as ```assets```.
5) Download the behavior-replay version of BEHAVIOR dataset via [this link](https://storage.googleapis.com/gibson_scenes/ig_dataset_replay.zip), put it under ```iGibson/igibson/data```, and rename it as ```ig_dataset```.

Following the instructions above, we have verified that the 500 demos can be replayed and reproduced perfectly.
Try command ```python -m igibson.examples.behavior.behavior_demo_replay --mode headless --vr_log_path xxx.hdf5```

## Virtual reality demonstration dataset (VR_demos)

Expand Down
Loading