Robotics
LeRobot
Safetensors
act
SagriviS commited on
Commit
e81936d
·
verified ·
1 Parent(s): c4d297a

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +2 -1
  3. model.safetensors +1 -1
  4. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ 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
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - robotics
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -27,6 +27,7 @@
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
 
30
  "push_to_hub": true,
31
  "repo_id": "SagriviS/Test",
32
  "private": null,
@@ -55,7 +56,7 @@
55
  "n_vae_encoder_layers": 4,
56
  "temporal_ensemble_coeff": null,
57
  "dropout": 0.1,
58
- "kl_weight": 10.0,
59
  "optimizer_lr": 3e-05,
60
  "optimizer_weight_decay": 0.0001,
61
  "optimizer_lr_backbone": 1e-05
 
27
  },
28
  "device": "cuda",
29
  "use_amp": false,
30
+ "use_peft": false,
31
  "push_to_hub": true,
32
  "repo_id": "SagriviS/Test",
33
  "private": null,
 
56
  "n_vae_encoder_layers": 4,
57
  "temporal_ensemble_coeff": null,
58
  "dropout": 0.1,
59
+ "kl_weight": 1.0,
60
  "optimizer_lr": 3e-05,
61
  "optimizer_weight_decay": 0.0001,
62
  "optimizer_lr_backbone": 1e-05
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96cc885a75632f124d15b54a4b7f42ea716dee83f93a11cff7cfc8355dc05be6
3
  size 207166976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5778489d807620a05fd4c818429d81be35b1f1c0ebaa70bbf33ae1ad75c22d
3
  size 207166976
train_config.json CHANGED
@@ -138,12 +138,12 @@
138
  "n_vae_encoder_layers": 4,
139
  "temporal_ensemble_coeff": null,
140
  "dropout": 0.1,
141
- "kl_weight": 10.0,
142
  "optimizer_lr": 3e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "lerobot/outputs/train/Test3",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
@@ -179,7 +179,7 @@
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
- "run_id": "8kiw2w9x",
183
  "mode": null
184
  },
185
  "peft": null,
 
138
  "n_vae_encoder_layers": 4,
139
  "temporal_ensemble_coeff": null,
140
  "dropout": 0.1,
141
+ "kl_weight": 1.0,
142
  "optimizer_lr": 3e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "lerobot/outputs/train/Test4",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "bo2fe2v2",
183
  "mode": null
184
  },
185
  "peft": null,