Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,8 +3,22 @@
|
|
| 3 |
```bash
|
| 4 |
git clone https://huggingface.co/Whalswp/RoboCasa_Env
|
| 5 |
|
|
|
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
python -m robocasa.scripts.setup_macros
|
| 9 |
python -m robocasa.scripts.download_kitchen_assets
|
| 10 |
```
|
|
|
|
| 3 |
```bash
|
| 4 |
git clone https://huggingface.co/Whalswp/RoboCasa_Env
|
| 5 |
|
| 6 |
+
```
|
| 7 |
|
| 8 |
+
```bash
|
| 9 |
+
git clone https://github.com/ARISE-Initiative/robosuite
|
| 10 |
+
cd robosuite
|
| 11 |
+
pip install -e .
|
| 12 |
+
```
|
| 13 |
+
```bash
|
| 14 |
+
cd ..
|
| 15 |
+
git clone https://github.com/robocasa/robocasa
|
| 16 |
+
cd robocasa
|
| 17 |
+
pip install -e .
|
| 18 |
+
```
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
#pip install -r requirements.txt
|
| 22 |
python -m robocasa.scripts.setup_macros
|
| 23 |
python -m robocasa.scripts.download_kitchen_assets
|
| 24 |
```
|