Other
Transformers
Safetensors
PyTorch
English
vision-language-action
humanoid-robotics
telepathy
multimodal
robotics-control
lora
Instructions to use Veltraxor/Sigma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Veltraxor/Sigma with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Veltraxor/Sigma", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload storage/sigma_pickplace/meta.json with huggingface_hub
Browse files
storage/sigma_pickplace/meta.json
CHANGED
|
@@ -3,16 +3,19 @@
|
|
| 3 |
"num_episodes": 50,
|
| 4 |
"num_steps_seen": 11939,
|
| 5 |
"num_samples_total": 723,
|
| 6 |
-
"num_samples_written":
|
| 7 |
-
"num_samples_skipped":
|
|
|
|
|
|
|
| 8 |
"horizon_T": 16,
|
| 9 |
"shard_size": 256,
|
| 10 |
"split": "train",
|
| 11 |
"revision": "refs/convert/parquet",
|
| 12 |
-
"prefetch":
|
| 13 |
"prefetch_max_workers": 1,
|
| 14 |
"prefetch_retries": 10,
|
| 15 |
"max_item_retries": 8,
|
| 16 |
"camera": "top",
|
|
|
|
| 17 |
"next_shard_id": 3
|
| 18 |
}
|
|
|
|
| 3 |
"num_episodes": 50,
|
| 4 |
"num_steps_seen": 11939,
|
| 5 |
"num_samples_total": 723,
|
| 6 |
+
"num_samples_written": 723,
|
| 7 |
+
"num_samples_skipped": 0,
|
| 8 |
+
"num_windows_kept": 723,
|
| 9 |
+
"num_windows_dropped": 0,
|
| 10 |
"horizon_T": 16,
|
| 11 |
"shard_size": 256,
|
| 12 |
"split": "train",
|
| 13 |
"revision": "refs/convert/parquet",
|
| 14 |
+
"prefetch": true,
|
| 15 |
"prefetch_max_workers": 1,
|
| 16 |
"prefetch_retries": 10,
|
| 17 |
"max_item_retries": 8,
|
| 18 |
"camera": "top",
|
| 19 |
+
"min_action_norm": 0.0,
|
| 20 |
"next_shard_id": 3
|
| 21 |
}
|