Robotics
LeRobot
Safetensors
act
SagriviS commited on
Commit
8cc58a3
·
verified ·
1 Parent(s): bb0af11

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +4 -4
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
 
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
@@ -56,7 +56,7 @@
56
  "n_vae_encoder_layers": 4,
57
  "temporal_ensemble_coeff": null,
58
  "dropout": 0.1,
59
- "kl_weight": 5.0,
60
  "optimizer_lr": 1e-05,
61
  "optimizer_weight_decay": 0.0001,
62
  "optimizer_lr_backbone": 1e-05
 
56
  "n_vae_encoder_layers": 4,
57
  "temporal_ensemble_coeff": null,
58
  "dropout": 0.1,
59
+ "kl_weight": 2.0,
60
  "optimizer_lr": 1e-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:91be9352a113b0e8bc4fa00223a5f537efc91f7676965f6bfcfc40c08e50298d
3
  size 206970104
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097b9b781b52db8736e5dfb9f07c3eccb72ab5e4032216384983ec10ea53d6bb
3
  size 206970104
train_config.json CHANGED
@@ -138,18 +138,18 @@
138
  "n_vae_encoder_layers": 4,
139
  "temporal_ensemble_coeff": null,
140
  "dropout": 0.1,
141
- "kl_weight": 5.0,
142
  "optimizer_lr": 1e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "lerobot/outputs/train/TestEcriture",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 16,
152
- "steps": 200,
153
  "eval_freq": 0,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
@@ -179,7 +179,7 @@
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
- "run_id": "w1s4lfal",
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": 2.0,
142
  "optimizer_lr": 1e-05,
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "lerobot/outputs/train/Test1",
147
  "job_name": "act",
148
  "resume": false,
149
  "seed": 1000,
150
  "num_workers": 4,
151
  "batch_size": 16,
152
+ "steps": 100000,
153
  "eval_freq": 0,
154
  "log_freq": 200,
155
  "tolerance_s": 0.0001,
 
179
  "project": "lerobot",
180
  "entity": null,
181
  "notes": null,
182
+ "run_id": "uhzpf1x2",
183
  "mode": null
184
  },
185
  "peft": null,