Robotics
WendiChen commited on
Commit
24e410d
·
verified ·
1 Parent(s): 5d3b5ba

[docs] update model card

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - WendiChen/ImplicitRDP_dataset
4
+ license: mit
5
+ pipeline_tag: robotics
6
+ ---
7
+
8
+ # Pretrained Models of ImplicitRDP
9
+
10
+ ## Contents
11
+
12
+ - [Description](#description)
13
+ - [Usage](#usage)
14
+
15
+ ## Description
16
+ This is the pretrained models of the ImplicitRDP in the paper
17
+ [ImplicitRDP: An End-to-End Visual-Force Diffusion Policy with Structural Slow-Fast Learning](https://implicit-rdp.github.io).
18
+
19
+ - [Paper](https://arxiv.org/pdf/2512.10946)
20
+ - [Project Homepage](https://implicit-rdp.github.io)
21
+ - [GitHub Repository](https://github.com/Chen-Wendi/ImplicitRDP)
22
+ - [Dataset](https://huggingface.co/datasets/WendiChen/ImplicitRDP_dataset)
23
+
24
+ ## Usage
25
+ Follow the [README in our GitHub repo](https://github.com/Chen-Wendi/ImplicitRDP)
26
+ to [inference](https://github.com/Chen-Wendi/ImplicitRDP#-inference) with the pretrained models.