-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove client * update readme * updating documetnation * update readme * fixing dependencies * update hab lab and clean up instructions * remove some guidance * update readme here - add some guidance for starting things * fix path in stretch ovmm * redo readme for installation * update detic instructions * remove workstation code - not good * try formatting * reorganization * move network config up * fix hab sim version * add pytorch back into env files - makes installation easier * making some changes to installation and configuration * add detic instructions * add requirements in case we need it * download the dataset * episode instructions * some more refactoring of the instructions * update commit * update readme and env * update commit for hab lab * update commit and remove codeowners
- Loading branch information
Showing
12 changed files
with
412 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
## Help Installing PyTorch | ||
|
||
### Installing Pytorch | ||
|
||
See [here](https://pytorch.org/get-started/locally/) to install PyTorch. Example command: | ||
|
||
``` | ||
conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia | ||
``` | ||
|
||
### PyTorch3d | ||
|
||
To install PyTorch3d, run: | ||
|
||
``` | ||
conda install pytorch3d -c pytorch3d | ||
``` | ||
|
||
If this causes trouble, building from source works reliably, but you must make sure you have the correct CUDA version on your workstation: | ||
``` | ||
pip install "git+https://github.com/facebookresearch/pytorch3d.git" | ||
``` | ||
|
||
See the [PyTorch3d installation page](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md) for more information. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.