Robotics
LeRobot
Safetensors
lingbot_va
Grigorij commited on
Commit
265de22
·
verified ·
1 Parent(s): 562d3e4

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. adapter_model.safetensors +1 -1
  3. config.json +1 -1
  4. train_config.json +6 -6
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: lingbot_va
6
  pipeline_tag: robotics
7
  tags:
8
- - lerobot
9
  - robotics
10
  - lingbot_va
 
11
  ---
12
 
13
  # Model Card for lingbot_va
@@ -77,7 +77,7 @@ The policy consumes these observation features and produces these action feature
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
- | Training steps | 15000 |
81
  | Batch size | 1 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
 
5
  model_name: lingbot_va
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lingbot_va
10
+ - lerobot
11
  ---
12
 
13
  # Model Card for lingbot_va
 
77
 
78
  | Setting | Value |
79
  | --- | --- |
80
+ | Training steps | 40000 |
81
  | Batch size | 1 |
82
  | Optimizer | adamw |
83
  | Learning rate | 1e-05 |
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:645ee111fd693c3f9ced68ca455a8bb6f464f6ba251ca47211becf97749060e4
3
  size 47218168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:244405ebf8dfd4017e35c3bddf7bb6912cb4efa84a61bb55574e9d1ddf985814
3
  size 47218168
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "private": null,
36
  "tags": null,
37
  "license": null,
38
- "pretrained_path": "lerobot/lingbot_va_libero_long",
39
  "pretrained_revision": null,
40
  "patch_size": [
41
  1,
 
35
  "private": null,
36
  "tags": null,
37
  "license": null,
38
+ "pretrained_path": "/workspace/outputs/train/2026-08-18/06-55-42_lingbot_va/checkpoints/015000/pretrained_model",
39
  "pretrained_revision": null,
40
  "patch_size": [
41
  1,
train_config.json CHANGED
@@ -121,7 +121,7 @@
121
  "private": null,
122
  "tags": null,
123
  "license": null,
124
- "pretrained_path": "lerobot/lingbot_va_libero_long",
125
  "pretrained_revision": null,
126
  "patch_size": [
127
  1,
@@ -190,7 +190,7 @@
190
  "reward_model": null,
191
  "output_dir": "outputs/train/2026-08-18/06-55-42_lingbot_va",
192
  "job_name": "lingbot_va",
193
- "resume": false,
194
  "seed": 1000,
195
  "cudnn_deterministic": false,
196
  "num_workers": 4,
@@ -198,14 +198,14 @@
198
  "prefetch_factor": 4,
199
  "persistent_workers": true,
200
  "dataloader_multiprocessing_context": "spawn",
201
- "steps": 15000,
202
  "env_eval_freq": 20000,
203
  "log_freq": 200,
204
  "eval_steps": 0,
205
  "max_eval_samples": 0,
206
  "tolerance_s": 0.0001,
207
  "save_checkpoint": true,
208
- "save_freq": 20000,
209
  "use_policy_training_preset": true,
210
  "optimizer": {
211
  "type": "adamw",
@@ -258,11 +258,11 @@
258
  "detach": false,
259
  "tags": []
260
  },
261
- "save_checkpoint_to_hub": false,
262
  "sample_weighting": null,
263
  "rename_map": {
264
  "observation.images.front": "observation.images.image",
265
  "observation.images.arm": "observation.images.image2"
266
  },
267
- "checkpoint_path": null
268
  }
 
121
  "private": null,
122
  "tags": null,
123
  "license": null,
124
+ "pretrained_path": "/workspace/outputs/train/2026-08-18/06-55-42_lingbot_va/checkpoints/015000/pretrained_model",
125
  "pretrained_revision": null,
126
  "patch_size": [
127
  1,
 
190
  "reward_model": null,
191
  "output_dir": "outputs/train/2026-08-18/06-55-42_lingbot_va",
192
  "job_name": "lingbot_va",
193
+ "resume": true,
194
  "seed": 1000,
195
  "cudnn_deterministic": false,
196
  "num_workers": 4,
 
198
  "prefetch_factor": 4,
199
  "persistent_workers": true,
200
  "dataloader_multiprocessing_context": "spawn",
201
+ "steps": 40000,
202
  "env_eval_freq": 20000,
203
  "log_freq": 200,
204
  "eval_steps": 0,
205
  "max_eval_samples": 0,
206
  "tolerance_s": 0.0001,
207
  "save_checkpoint": true,
208
+ "save_freq": 10000,
209
  "use_policy_training_preset": true,
210
  "optimizer": {
211
  "type": "adamw",
 
258
  "detach": false,
259
  "tags": []
260
  },
261
+ "save_checkpoint_to_hub": true,
262
  "sample_weighting": null,
263
  "rename_map": {
264
  "observation.images.front": "observation.images.image",
265
  "observation.images.arm": "observation.images.image2"
266
  },
267
+ "checkpoint_path": "/workspace/outputs/train/2026-08-18/06-55-42_lingbot_va/checkpoints/015000"
268
  }