Robotics
LeRobot
Safetensors
diffusion
TreeePlanter commited on
Commit
f40d6b7
·
verified ·
1 Parent(s): 8f92381

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -11,4 +11,15 @@ tags:
11
 
12
  # vls_calvin_dp_base
13
 
14
- Trained with [LeRobot](https://github.com/huggingface/lerobot).
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  # vls_calvin_dp_base
13
 
14
+ A Diffusion Policy checkpoint trained on the CALVIN benchmark, released as the
15
+ frozen base policy used in **VLS: Steering Pretrained Robot Policies via
16
+ Vision-Language Models**.
17
+
18
+ VLS is a training-free, inference-time framework that steers the sampling
19
+ process of a frozen generative robot policy (such as this checkpoint) using
20
+ trajectory-differentiable rewards synthesized by a vision-language model — no
21
+ fine-tuning or weight updates required.
22
+
23
+ - Paper: <https://arxiv.org/abs/2602.03973>
24
+ - Project page: <https://vision-language-steering.github.io/webpage/>
25
+ - Trained with [LeRobot](https://github.com/huggingface/lerobot).