Robotics
LeRobot
Safetensors
act
Kouch commited on
Commit
21a6f0d
·
verified ·
1 Parent(s): ab4d82a

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +2 -2
  3. model.safetensors +1 -1
  4. train_config.json +5 -5
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
- - act
10
  - lerobot
 
 
11
  ---
12
 
13
  # Model Card for act
@@ -77,7 +77,7 @@ The policy consumes these observation features and produces these action feature
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
- | Training steps | 10000 |
81
  | Batch size | 8 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - lerobot
9
+ - act
10
+ - robotics
11
  ---
12
 
13
  # Model Card for act
 
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
+ | Training steps | 20000 |
81
  | Batch size | 8 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
- "pretrained_path": null,
37
  "pretrained_revision": null,
38
  "chunk_size": 100,
39
  "n_action_steps": 100,
@@ -44,7 +44,7 @@
44
  },
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
- "replace_final_stride_with_dilation": false,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
 
33
  "private": null,
34
  "tags": null,
35
  "license": null,
36
+ "pretrained_path": "/content/lerobot/outputs/SO101_Robosta_0628_v2_20260628_142826/checkpoints/010000/pretrained_model",
37
  "pretrained_revision": null,
38
  "chunk_size": 100,
39
  "n_action_steps": 100,
 
44
  },
45
  "vision_backbone": "resnet18",
46
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
47
+ "replace_final_stride_with_dilation": 0,
48
  "pre_norm": false,
49
  "dim_model": 512,
50
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a70ad04ac5a1fe70c8e23ee449a96e911b70d4416197802a8009ca1802e38c0f
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e414021109c1bf5135ca561e3e38ed952e09e2b1f0dd8b9a026bbd17f5756dd0
3
  size 206699736
train_config.json CHANGED
@@ -118,7 +118,7 @@
118
  "private": null,
119
  "tags": null,
120
  "license": null,
121
- "pretrained_path": null,
122
  "pretrained_revision": null,
123
  "chunk_size": 100,
124
  "n_action_steps": 100,
@@ -129,7 +129,7 @@
129
  },
130
  "vision_backbone": "resnet18",
131
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
132
- "replace_final_stride_with_dilation": false,
133
  "pre_norm": false,
134
  "dim_model": 512,
135
  "n_heads": 8,
@@ -150,14 +150,14 @@
150
  "reward_model": null,
151
  "output_dir": "outputs/SO101_Robosta_0628_v2_20260628_142826",
152
  "job_name": "act_SO101_Robosta_0628_v2_20260628_142826",
153
- "resume": false,
154
  "seed": 1000,
155
  "cudnn_deterministic": false,
156
  "num_workers": 4,
157
  "batch_size": 8,
158
  "prefetch_factor": 4,
159
  "persistent_workers": true,
160
- "steps": 10000,
161
  "env_eval_freq": 20000,
162
  "log_freq": 200,
163
  "eval_steps": 0,
@@ -199,5 +199,5 @@
199
  "peft": null,
200
  "sample_weighting": null,
201
  "rename_map": {},
202
- "checkpoint_path": null
203
  }
 
118
  "private": null,
119
  "tags": null,
120
  "license": null,
121
+ "pretrained_path": "/content/lerobot/outputs/SO101_Robosta_0628_v2_20260628_142826/checkpoints/010000/pretrained_model",
122
  "pretrained_revision": null,
123
  "chunk_size": 100,
124
  "n_action_steps": 100,
 
129
  },
130
  "vision_backbone": "resnet18",
131
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
132
+ "replace_final_stride_with_dilation": 0,
133
  "pre_norm": false,
134
  "dim_model": 512,
135
  "n_heads": 8,
 
150
  "reward_model": null,
151
  "output_dir": "outputs/SO101_Robosta_0628_v2_20260628_142826",
152
  "job_name": "act_SO101_Robosta_0628_v2_20260628_142826",
153
+ "resume": true,
154
  "seed": 1000,
155
  "cudnn_deterministic": false,
156
  "num_workers": 4,
157
  "batch_size": 8,
158
  "prefetch_factor": 4,
159
  "persistent_workers": true,
160
+ "steps": 20000,
161
  "env_eval_freq": 20000,
162
  "log_freq": 200,
163
  "eval_steps": 0,
 
199
  "peft": null,
200
  "sample_weighting": null,
201
  "rename_map": {},
202
+ "checkpoint_path": "/content/lerobot/outputs/SO101_Robosta_0628_v2_20260628_142826/checkpoints/010000"
203
  }