Upload policy weights, train config and readme
Browse files- README.md +4 -4
- model.safetensors +1 -1
- train_config.json +1 -1
README.md
CHANGED
@@ -6,8 +6,8 @@ model_name: act
|
|
6 |
pipeline_tag: robotics
|
7 |
tags:
|
8 |
- lerobot
|
9 |
-
- act
|
10 |
- robotics
|
|
|
11 |
---
|
12 |
|
13 |
# Model Card for act
|
@@ -31,7 +31,7 @@ Below is the short version on how to train and run inference/eval:
|
|
31 |
### Train from scratch
|
32 |
|
33 |
```bash
|
34 |
-
|
35 |
--dataset.repo_id=${HF_USER}/<dataset> \
|
36 |
--policy.type=act \
|
37 |
--output_dir=outputs/train/<desired_policy_repo_id> \
|
@@ -46,8 +46,8 @@ _Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`._
|
|
46 |
### Evaluate the policy/run inference
|
47 |
|
48 |
```bash
|
49 |
-
|
50 |
-
--robot.type=
|
51 |
--dataset.repo_id=<hf_user>/eval_<dataset> \
|
52 |
--policy.path=<hf_user>/<desired_policy_repo_id> \
|
53 |
--episodes=10
|
|
|
6 |
pipeline_tag: robotics
|
7 |
tags:
|
8 |
- lerobot
|
|
|
9 |
- robotics
|
10 |
+
- act
|
11 |
---
|
12 |
|
13 |
# Model Card for act
|
|
|
31 |
### Train from scratch
|
32 |
|
33 |
```bash
|
34 |
+
lerobot-train \
|
35 |
--dataset.repo_id=${HF_USER}/<dataset> \
|
36 |
--policy.type=act \
|
37 |
--output_dir=outputs/train/<desired_policy_repo_id> \
|
|
|
46 |
### Evaluate the policy/run inference
|
47 |
|
48 |
```bash
|
49 |
+
lerobot-record \
|
50 |
+
--robot.type=so100_follower \
|
51 |
--dataset.repo_id=<hf_user>/eval_<dataset> \
|
52 |
--policy.path=<hf_user>/<desired_policy_repo_id> \
|
53 |
--episodes=10
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 206700800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393c19251ae093358743e0ddc63513c35c52ca1623e9fdfcdb5e561a9d073a36
|
3 |
size 206700800
|
train_config.json
CHANGED
@@ -161,7 +161,7 @@
|
|
161 |
"project": "lerobot",
|
162 |
"entity": null,
|
163 |
"notes": null,
|
164 |
-
"run_id": "
|
165 |
"mode": null
|
166 |
}
|
167 |
}
|
|
|
161 |
"project": "lerobot",
|
162 |
"entity": null,
|
163 |
"notes": null,
|
164 |
+
"run_id": "m03hpc6r",
|
165 |
"mode": null
|
166 |
}
|
167 |
}
|