Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -34,11 +34,11 @@ SkiP dynamically leaps over redundant free-space steps and concentrates control
|
|
| 34 |
|
| 35 |
```bash
|
| 36 |
# Install
|
| 37 |
-
git clone https://github.com/
|
| 38 |
bash scripts/init.sh
|
| 39 |
|
| 40 |
# One-click eval (auto-downloads checkpoint + data)
|
| 41 |
-
bash scripts/eval.sh task=
|
| 42 |
|
| 43 |
# Or manually download and eval
|
| 44 |
pip install huggingface_hub
|
|
@@ -58,5 +58,6 @@ python scripts/eval.py task=open_drawer snapshot=checkpoints/open_drawer.pt
|
|
| 58 |
|
| 59 |
## Links
|
| 60 |
|
| 61 |
-
- [
|
|
|
|
| 62 |
- [Project Page](https://pgq18.github.io/SkiP-page/)
|
|
|
|
| 34 |
|
| 35 |
```bash
|
| 36 |
# Install
|
| 37 |
+
git clone https://github.com/CCCalcifer/Skip-Policy.git && cd Skip-Policy
|
| 38 |
bash scripts/init.sh
|
| 39 |
|
| 40 |
# One-click eval (auto-downloads checkpoint + data)
|
| 41 |
+
bash scripts/eval.sh task=push_button
|
| 42 |
|
| 43 |
# Or manually download and eval
|
| 44 |
pip install huggingface_hub
|
|
|
|
| 58 |
|
| 59 |
## Links
|
| 60 |
|
| 61 |
+
- [Paper](https://arxiv.org/abs/2605.15536)
|
| 62 |
+
- [Code](https://github.com/CCCalcifer/Skip-Policy)
|
| 63 |
- [Project Page](https://pgq18.github.io/SkiP-page/)
|