Robotics
LeRobot
Safetensors
act
azazdeaz commited on
Commit
7945301
·
verified ·
1 Parent(s): 2fd5cae

Upload model card and train config

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. train_config.json +47 -0
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - act
10
- - robotics
11
  ---
12
 
13
  # Model Card for act
@@ -63,8 +63,8 @@ The policy consumes these observation features and produces these action feature
63
  ## Training Dataset
64
 
65
  - **Repository:** [Artefacts/shape-sorting-so101](https://huggingface.co/datasets/Artefacts/shape-sorting-so101)
66
- - **Episodes:** 51
67
- - **Frames:** 16018
68
  - **Frame rate:** 50 FPS
69
  - **Task(s):** "Sort the shapes into the box."
70
 
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
+ - robotics
9
  - lerobot
10
  - act
 
11
  ---
12
 
13
  # Model Card for act
 
63
  ## Training Dataset
64
 
65
  - **Repository:** [Artefacts/shape-sorting-so101](https://huggingface.co/datasets/Artefacts/shape-sorting-so101)
66
+ - **Episodes:** 150
67
+ - **Frames:** 47626
68
  - **Frame rate:** 50 FPS
69
  - **Task(s):** "Sort the shapes into the box."
70
 
train_config.json CHANGED
@@ -176,6 +176,7 @@
176
  "tolerance_s": 0.0001,
177
  "save_checkpoint": true,
178
  "save_freq": 20000,
 
179
  "use_policy_training_preset": true,
180
  "optimizer": {
181
  "type": "adamw",
@@ -189,6 +190,42 @@
189
  "eps": 1e-08
190
  },
191
  "scheduler": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  "eval": {
193
  "n_episodes": 50,
194
  "batch_size": 1,
@@ -197,6 +234,16 @@
197
  "recording_repo_id": null,
198
  "recording_private": false
199
  },
 
 
 
 
 
 
 
 
 
 
200
  "wandb": {
201
  "enable": false,
202
  "disable_artifact": false,
 
176
  "tolerance_s": 0.0001,
177
  "save_checkpoint": true,
178
  "save_freq": 20000,
179
+ "checkpoint_format": "safetensors",
180
  "use_policy_training_preset": true,
181
  "optimizer": {
182
  "type": "adamw",
 
190
  "eps": 1e-08
191
  },
192
  "scheduler": null,
193
+ "parallelism": {
194
+ "dp_replicate": 1,
195
+ "dp_shard": 1,
196
+ "context_parallel": {
197
+ "ring_degree": 1,
198
+ "ulysses_degree": 1
199
+ },
200
+ "cfg_parallel": 1
201
+ },
202
+ "accelerator": {
203
+ "mixed_precision": "no",
204
+ "gradient_accumulation": {
205
+ "steps": 1
206
+ },
207
+ "fsdp": {
208
+ "reshard_after_forward": true,
209
+ "wrap_modules": null,
210
+ "min_num_params": null,
211
+ "cpu_offload": false,
212
+ "ignored_modules": null
213
+ },
214
+ "ddp": {
215
+ "find_unused_parameters": true,
216
+ "gradient_as_bucket_view": false,
217
+ "static_graph": false
218
+ },
219
+ "compile": {
220
+ "enabled": false,
221
+ "backend": "inductor",
222
+ "mode": null,
223
+ "regional": true
224
+ },
225
+ "activation_checkpointing": {
226
+ "mode": "none"
227
+ }
228
+ },
229
  "eval": {
230
  "n_episodes": 50,
231
  "batch_size": 1,
 
234
  "recording_repo_id": null,
235
  "recording_private": false
236
  },
237
+ "ema": {
238
+ "enable": false,
239
+ "decay": null,
240
+ "update_after_step": 0,
241
+ "inv_gamma": 1.0,
242
+ "power": 0.75,
243
+ "min_decay": 0.0,
244
+ "max_decay": 0.9999,
245
+ "use_for_eval": true
246
+ },
247
  "wandb": {
248
  "enable": false,
249
  "disable_artifact": false,