Seatalm commited on
Commit
c077275
·
verified ·
1 Parent(s): 24efcda

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Robotwin ACT
3
+ license: other
4
+ ---
5
+
6
+ # MetaAct / Robotwin ACT
7
+
8
+ This repository hosts the public release artifacts for the MetaAct Robotwin ACT project.
9
+
10
+ ## Files
11
+
12
+ | File | Size | SHA256 |
13
+ | --- | ---: | --- |
14
+ | `robotwin-act-data.tar.gz` | 128,050,721,979 bytes | `6B10200A8800B70700084F9437175151886D349B1270A4A659172F0C548A6284` |
15
+
16
+ Docker image archives for the same release will be added to this repository later.
17
+
18
+ ## Download
19
+
20
+ Install the Hugging Face CLI, then run:
21
+
22
+ ```bash
23
+ hf download MetaAct/robotwin-act robotwin-act-data.tar.gz --repo-type dataset
24
+ ```
25
+
26
+ ## Verify
27
+
28
+ After downloading, verify the archive checksum:
29
+
30
+ ```bash
31
+ sha256sum robotwin-act-data.tar.gz
32
+ ```
33
+
34
+ Expected SHA256:
35
+
36
+ ```text
37
+ 6B10200A8800B70700084F9437175151886D349B1270A4A659172F0C548A6284
38
+ ```
39
+
40
+ ## License
41
+
42
+ TBD. The release license has not been declared yet.