File size: 1,412 Bytes
c077275
 
 
 
 
 
 
 
 
 
 
 
 
19c60f3
c077275
 
 
 
 
 
 
 
19c60f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c077275
 
 
 
19c60f3
c077275
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
pretty_name: Robotwin ACT
license: other
---

# MetaAct / Robotwin ACT

This repository hosts the public release artifacts for the MetaAct Robotwin ACT project.

## Files

| File | Size | SHA256 |
| --- | ---: | --- |
| `Data/robotwin-act-data.tar.gz.part001` - `Data/robotwin-act-data.tar.gz.part007` | 128,050,721,979 bytes total | `6B10200A8800B70700084F9437175151886D349B1270A4A659172F0C548A6284` after merge |

Docker image archives for the same release will be added to this repository later.

## Download

Install the Hugging Face CLI, then run:

```bash
hf download MetaAct/robotwin-act --repo-type dataset --include "Data/robotwin-act-data.tar.gz.part*"
```

## Merge

After downloading all parts, merge them in order.

Windows:

```cmd
copy /b Data\robotwin-act-data.tar.gz.part001+Data\robotwin-act-data.tar.gz.part002+Data\robotwin-act-data.tar.gz.part003+Data\robotwin-act-data.tar.gz.part004+Data\robotwin-act-data.tar.gz.part005+Data\robotwin-act-data.tar.gz.part006+Data\robotwin-act-data.tar.gz.part007 robotwin-act-data.tar.gz
```

Linux/macOS:

```bash
cat Data/robotwin-act-data.tar.gz.part* > robotwin-act-data.tar.gz
```

## Verify

After merging, verify the archive checksum:

```bash
sha256sum robotwin-act-data.tar.gz
```

Expected SHA256:

```text
6B10200A8800B70700084F9437175151886D349B1270A4A659172F0C548A6284
```

## License

TBD. The release license has not been declared yet.