Robotics
LeRobot
Safetensors
groot
SensoriRobotics commited on
Commit
4e84eb4
·
verified ·
1 Parent(s): 1b9360a

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
8
- - groot
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for groot
 
5
  model_name: groot
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
+ - groot
11
  ---
12
 
13
  # Model Card for groot
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91037dccfbfe394ce7dfcb3730c5b1a08331042e437ead0997238c10d0b3a233
3
  size 6964802952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1cfc07a2b70c55c75b22ce9e870f1903f0dc40cb1e5af59a7166980707883a
3
  size 6964802952
train_config.json CHANGED
@@ -175,12 +175,12 @@
175
  "seed": 1000,
176
  "num_workers": 4,
177
  "batch_size": 32,
178
- "steps": 40000,
179
  "eval_freq": 20000,
180
  "log_freq": 100,
181
  "tolerance_s": 0.0001,
182
  "save_checkpoint": true,
183
- "save_freq": 5000,
184
  "use_policy_training_preset": true,
185
  "optimizer": {
186
  "type": "adamw",
@@ -211,7 +211,7 @@
211
  "project": "lerobot",
212
  "entity": null,
213
  "notes": null,
214
- "run_id": "bg2izksk",
215
  "mode": null
216
  },
217
  "peft": null,
 
175
  "seed": 1000,
176
  "num_workers": 4,
177
  "batch_size": 32,
178
+ "steps": 80000,
179
  "eval_freq": 20000,
180
  "log_freq": 100,
181
  "tolerance_s": 0.0001,
182
  "save_checkpoint": true,
183
+ "save_freq": 10000,
184
  "use_policy_training_preset": true,
185
  "optimizer": {
186
  "type": "adamw",
 
211
  "project": "lerobot",
212
  "entity": null,
213
  "notes": null,
214
+ "run_id": "rk4conbc",
215
  "mode": null
216
  },
217
  "peft": null,