AYouZhuA nielsr HF Staff commited on
Commit
8f4f00f
·
1 Parent(s): 601426f

Add robotics pipeline tag and improve documentation (#1)

Browse files

- Add robotics pipeline tag and improve documentation (f1d1f6fec97b1ee7d91cce506e775d07e270ad68)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,18 +1,25 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
- - robotics
5
- - manipulation
6
- - rlbench
7
- - imitation-learning
8
  ---
9
 
10
  # SkiP — Pretrained Checkpoints (RLBench-10)
11
 
12
- Pretrained checkpoints for **SkiP (Skip Policy)** on 10 RLBench tasks.
13
 
14
  SkiP dynamically leaps over redundant free-space steps and concentrates control on contact-rich key segments via action relabeling — no learned skip planner or hierarchical structure required.
15
 
 
 
 
 
 
 
16
  ## Checkpoints
17
 
18
  | File | Task |
@@ -58,10 +65,4 @@ python scripts/eval.py task=open_drawer snapshot=checkpoints/open_drawer.pt
58
  primaryClass={cs.RO},
59
  url={https://arxiv.org/abs/2605.15536},
60
  }
61
- ```
62
-
63
- ## Links
64
-
65
- - [Paper](https://arxiv.org/abs/2605.15536)
66
- - [Code](https://github.com/CCCalcifer/Skip-Policy)
67
- - [Project Page](https://pgq18.github.io/SkiP-page/)
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: robotics
4
  tags:
5
+ - robotics
6
+ - manipulation
7
+ - rlbench
8
+ - imitation-learning
9
  ---
10
 
11
  # SkiP — Pretrained Checkpoints (RLBench-10)
12
 
13
+ Pretrained checkpoints for **SkiP (Skip Policy)** on 10 RLBench tasks, as presented in the paper [SkiP: When to Skip and When to Refine for Efficient Robot Manipulation](https://arxiv.org/abs/2605.15536).
14
 
15
  SkiP dynamically leaps over redundant free-space steps and concentrates control on contact-rich key segments via action relabeling — no learned skip planner or hierarchical structure required.
16
 
17
+ ## Links
18
+
19
+ - **Paper:** [https://arxiv.org/abs/2605.15536](https://arxiv.org/abs/2605.15536)
20
+ - **Code:** [https://github.com/CCCalcifer/Skip-Policy](https://github.com/CCCalcifer/Skip-Policy)
21
+ - **Project Page:** [https://pgq18.github.io/SkiP-page/](https://pgq18.github.io/SkiP-page/)
22
+
23
  ## Checkpoints
24
 
25
  | File | Task |
 
65
  primaryClass={cs.RO},
66
  url={https://arxiv.org/abs/2605.15536},
67
  }
68
+ ```