File size: 1,122 Bytes
2cb7ce3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
library_name: lerobot
tags:
- act
- robotics
- lerobot

---

# act_block_stack

Standard LeRobot ACT trained from scratch on SO101 data.

| | |
|---|---|
| **Policy** | ACT (`policy.type=act`) |
| **Dataset** | [villekuosmanen/armnetbench_block_stack](https://huggingface.co/datasets/villekuosmanen/armnetbench_block_stack) |
| **Task** | `block_stack` |
| **Action dim** | 6 (single-arm) |
| **Cameras** | `top`, `wrist`, `front` |
| **Training** | GCloud A100-80GB (alpha-act-a100-1), batch 16, action horizon 30 |
| **Loss @ 10k** | 0.163 |
| **W&B project** | [act_block_stack](https://wandb.ai/pravsels/act_block_stack) |
| **W&B run** | [6hzd0rjl](https://wandb.ai/pravsels/act_block_stack/runs/6hzd0rjl) |

## Checkpoints

Archived copies:

| Step | Path |
|------|------|
| 010000 | `checkpoints/010000/pretrained_model/` |
| 008000 | `checkpoints/008000/pretrained_model/` |

The latest step (`010000`) is also copied to the **repository root** for direct loading.

## Usage

```python
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("pravsels/act_block_stack")
```