robotics-diffusion-transformer commited on
Commit
924d12c
·
verified ·
1 Parent(s): 7fdb1b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,9 +1,16 @@
1
  # Models & Dataset for RDT Simulation Benchmark
2
 
3
- ## Data
4
 
5
- Download demo_1k_part_* from this repo. The run:
6
- ```
 
7
  cat demo_1k_part_* > demo_1k.zip
8
  unzip demo_1k.zip
9
- ```
 
 
 
 
 
 
 
1
  # Models & Dataset for RDT Simulation Benchmark
2
 
3
+ ## Dataset
4
 
5
+ Download the `demo_1k_part_*` files from this repository. To reconstruct and extract the complete dataset, execute the following commands:
6
+
7
+ ```bash
8
  cat demo_1k_part_* > demo_1k.zip
9
  unzip demo_1k.zip
10
+ ```
11
+
12
+ ## Models
13
+
14
+ Each model's weights can be found within its respective directory.
15
+
16
+ For RDT, precomputed language embeddings are available in the `lang_embeds` directory for convenience.