Instructions to use Grigorij/Tello_multifruit_sum_lingbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Grigorij/Tello_multifruit_sum_lingbot with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +2 -2
- adapter_model.safetensors +1 -1
- 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
|
|
@@ -76,7 +76,7 @@ The policy consumes these observation features and produces these action feature
|
|
| 76 |
|
| 77 |
| Setting | Value |
|
| 78 |
| --- | --- |
|
| 79 |
-
| Training steps |
|
| 80 |
| Batch size | 1 |
|
| 81 |
| Optimizer | adamw |
|
| 82 |
| Learning rate | 1e-05 |
|
|
|
|
| 5 |
model_name: lingbot_va
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
+
- lingbot_va
|
| 9 |
- lerobot
|
| 10 |
- robotics
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for lingbot_va
|
|
|
|
| 76 |
|
| 77 |
| Setting | Value |
|
| 78 |
| --- | --- |
|
| 79 |
+
| Training steps | 25000 |
|
| 80 |
| Batch size | 1 |
|
| 81 |
| Optimizer | adamw |
|
| 82 |
| Learning rate | 1e-05 |
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 47218168
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0a4850f1bf73943d94e5e4703a49fa9056af5c26342f066d2cb4f70ce96845a
|
| 3 |
size 47218168
|
train_config.json
CHANGED
|
@@ -185,7 +185,7 @@
|
|
| 185 |
"scheduler_warmup_steps": 1000
|
| 186 |
},
|
| 187 |
"reward_model": null,
|
| 188 |
-
"output_dir": "
|
| 189 |
"job_name": "lingbot_va",
|
| 190 |
"resume": false,
|
| 191 |
"seed": 1000,
|
|
@@ -195,14 +195,14 @@
|
|
| 195 |
"prefetch_factor": 4,
|
| 196 |
"persistent_workers": true,
|
| 197 |
"dataloader_multiprocessing_context": "spawn",
|
| 198 |
-
"steps":
|
| 199 |
"env_eval_freq": 20000,
|
| 200 |
"log_freq": 200,
|
| 201 |
"eval_steps": 0,
|
| 202 |
"max_eval_samples": 0,
|
| 203 |
"tolerance_s": 0.0001,
|
| 204 |
"save_checkpoint": true,
|
| 205 |
-
"save_freq":
|
| 206 |
"use_policy_training_preset": true,
|
| 207 |
"optimizer": {
|
| 208 |
"type": "adamw",
|
|
@@ -228,12 +228,12 @@
|
|
| 228 |
"recording_private": false
|
| 229 |
},
|
| 230 |
"wandb": {
|
| 231 |
-
"enable":
|
| 232 |
"disable_artifact": false,
|
| 233 |
"project": "lerobot",
|
| 234 |
"entity": null,
|
| 235 |
"notes": null,
|
| 236 |
-
"run_id":
|
| 237 |
"mode": null,
|
| 238 |
"add_tags": true
|
| 239 |
},
|
|
@@ -255,7 +255,7 @@
|
|
| 255 |
"detach": false,
|
| 256 |
"tags": []
|
| 257 |
},
|
| 258 |
-
"save_checkpoint_to_hub":
|
| 259 |
"sample_weighting": null,
|
| 260 |
"rename_map": {
|
| 261 |
"observation.images.image": "observation.images.camera_front"
|
|
|
|
| 185 |
"scheduler_warmup_steps": 1000
|
| 186 |
},
|
| 187 |
"reward_model": null,
|
| 188 |
+
"output_dir": "outputs/train/2026-08-10/13-53-01_lingbot_va",
|
| 189 |
"job_name": "lingbot_va",
|
| 190 |
"resume": false,
|
| 191 |
"seed": 1000,
|
|
|
|
| 195 |
"prefetch_factor": 4,
|
| 196 |
"persistent_workers": true,
|
| 197 |
"dataloader_multiprocessing_context": "spawn",
|
| 198 |
+
"steps": 25000,
|
| 199 |
"env_eval_freq": 20000,
|
| 200 |
"log_freq": 200,
|
| 201 |
"eval_steps": 0,
|
| 202 |
"max_eval_samples": 0,
|
| 203 |
"tolerance_s": 0.0001,
|
| 204 |
"save_checkpoint": true,
|
| 205 |
+
"save_freq": 5000,
|
| 206 |
"use_policy_training_preset": true,
|
| 207 |
"optimizer": {
|
| 208 |
"type": "adamw",
|
|
|
|
| 228 |
"recording_private": false
|
| 229 |
},
|
| 230 |
"wandb": {
|
| 231 |
+
"enable": true,
|
| 232 |
"disable_artifact": false,
|
| 233 |
"project": "lerobot",
|
| 234 |
"entity": null,
|
| 235 |
"notes": null,
|
| 236 |
+
"run_id": "sklwrhjy",
|
| 237 |
"mode": null,
|
| 238 |
"add_tags": true
|
| 239 |
},
|
|
|
|
| 255 |
"detach": false,
|
| 256 |
"tags": []
|
| 257 |
},
|
| 258 |
+
"save_checkpoint_to_hub": true,
|
| 259 |
"sample_weighting": null,
|
| 260 |
"rename_map": {
|
| 261 |
"observation.images.image": "observation.images.camera_front"
|