Robotics
LeRobot
Safetensors
act

Migrate policy to processor pipeline system This commit includes: - Preprocessor configuration - Postprocessor configuration - Clean model weights - Updated configurations - Model card

#7
by AdilZtn - opened
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- datasets: AdilZtn/grab_red_cube_test_25
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - lerobot
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
- python -m lerobot.scripts.train \
35
  --dataset.repo_id=${HF_USER}/<dataset> \
36
  --policy.type=act \
37
  --output_dir=outputs/train/<desired_policy_repo_id> \
@@ -41,12 +41,12 @@ python -m lerobot.scripts.train \
41
  --wandb.enable=true
42
  ```
43
 
44
- *Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`.*
45
 
46
  ### Evaluate the policy/run inference
47
 
48
  ```bash
49
- python -m lerobot.record \
50
  --robot.type=so100_follower \
51
  --dataset.repo_id=<hf_user>/eval_<dataset> \
52
  --policy.path=<hf_user>/<desired_policy_repo_id> \
@@ -59,4 +59,4 @@ Prefix the dataset repo with **eval\_** and supply `--policy.path` pointing to a
59
 
60
  ## Model Details
61
 
62
- * **License:** apache-2.0
 
1
  ---
2
+ datasets: unknown
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - robotics
10
+ - lerobot
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> \
 
41
  --wandb.enable=true
42
  ```
43
 
44
+ _Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`._
45
 
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> \
 
59
 
60
  ## Model Details
61
 
62
+ - **License:** apache-2.0