File size: 1,392 Bytes
f2c5df4
 
 
 
 
f1af368
867c708
 
 
f2c5df4
 
867c708
 
 
 
 
 
 
 
 
 
ab3a7e1
867c708
 
 
 
 
 
 
 
 
 
 
 
 
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
---
library_name: lerobot
tags:
- act
- robotics
- lerobot
license: mit
datasets:
- AdamLucek/koch_block
---

# Action Chunking Transformer For The Koch v1.1 Robot

Action Chunking Transformer (ACT) trained on the [AdamLucek/koch_block](https://huggingface.co./datasets/AdamLucek/koch_block) dataset for the [Koch v1.1 Low Cost Robot](https://github.com/jess-moss/koch-v1-1) from [LeRobot](https://github.com/huggingface/lerobot)

### Usage

Details around methodology for set up, training, and evaluation available via LeRobot's guide to [Getting Started with Real World Robots](https://github.com/huggingface/lerobot/blob/main/examples/7_get_started_with_real_robot.md)

### Training Details

The model was trained using [LeRobot's training script](https://github.com/huggingface/lerobot/blob/d747195c5733c4f68d4bfbe62632d6fc1b605712/lerobot/scripts/train.py) and the [AdamLucek/koch_block](https://huggingface.co./datasets/AdamLucek/koch_block) dataset, using this command:

```bash
python lerobot/scripts/train.py `
  dataset_repo_id="AdamLucek/koch_block" `
  policy="act_koch_real" `
  env="koch_real" `
  hydra.run.dir="outputs/train/act_koch_test" `
  hydra.job.name="act_koch_test" `
  device="cuda" `
  wandb.enable="true"
```

Training was done on a 3060 for roughly 7 hours, loss curve and statistics available in [wandb report here.](https://api.wandb.ai/links/adam-lucek/roik1kwh)