Skip to content

Commit

Permalink
update git link
Browse files Browse the repository at this point in the history
  • Loading branch information
fxia22 authored Feb 26, 2018
1 parent c2964e8 commit 627bac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You can either 1. build your own docker image or 2. pull from our docker image.

1. Build your own docker image (recommended)
```bash
git clone -b dev https://github.com/fxia22/gibson.git
git clone https://github.com/StanfordVL/GibsonEnv.git
cd gibson
#as mentioned above, download assets data file and put it into gibson/assets folder
./build.sh decompress_data ### Download data outside docker, in case docker images need to be rebuilt
Expand Down Expand Up @@ -131,7 +131,7 @@ pip install tensorflow==1.3
```
Clone the repository, download data and build
```bash
git clone https://github.com/StanfordVL/gibson_beta.git
git clone https://github.com/StanfordVL/GibsonEnv.git
cd gibson
#as mentioned above, download assets data file and put it into gibson/assets folder
./build.sh decompress_data ### decompress data
Expand Down

0 comments on commit 627bac0

Please sign in to comment.