Instructions to use RLP-ETH/lr_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use RLP-ETH/lr_test with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +7 -7
config.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
-
"pretrained_path":
|
| 37 |
"chunk_size": 100,
|
| 38 |
"n_action_steps": 100,
|
| 39 |
"normalization_mapping": {
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
},
|
| 44 |
"vision_backbone": "resnet18",
|
| 45 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 46 |
-
"replace_final_stride_with_dilation":
|
| 47 |
"pre_norm": false,
|
| 48 |
"dim_model": 512,
|
| 49 |
"n_heads": 8,
|
|
|
|
| 33 |
"private": null,
|
| 34 |
"tags": null,
|
| 35 |
"license": null,
|
| 36 |
+
"pretrained_path": "outputs/train/lr_test/checkpoints/last/pretrained_model",
|
| 37 |
"chunk_size": 100,
|
| 38 |
"n_action_steps": 100,
|
| 39 |
"normalization_mapping": {
|
|
|
|
| 43 |
},
|
| 44 |
"vision_backbone": "resnet18",
|
| 45 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 46 |
+
"replace_final_stride_with_dilation": 0,
|
| 47 |
"pre_norm": false,
|
| 48 |
"dim_model": 512,
|
| 49 |
"n_heads": 8,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 206699736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ea4922d09ef7191a2e25142a69f7712a142c97f3de81ddc7748c80304634c7
|
| 3 |
size 206699736
|
train_config.json
CHANGED
|
@@ -115,7 +115,7 @@
|
|
| 115 |
"private": null,
|
| 116 |
"tags": null,
|
| 117 |
"license": null,
|
| 118 |
-
"pretrained_path":
|
| 119 |
"chunk_size": 100,
|
| 120 |
"n_action_steps": 100,
|
| 121 |
"normalization_mapping": {
|
|
@@ -125,7 +125,7 @@
|
|
| 125 |
},
|
| 126 |
"vision_backbone": "resnet18",
|
| 127 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 128 |
-
"replace_final_stride_with_dilation":
|
| 129 |
"pre_norm": false,
|
| 130 |
"dim_model": 512,
|
| 131 |
"n_heads": 8,
|
|
@@ -145,17 +145,17 @@
|
|
| 145 |
},
|
| 146 |
"output_dir": "outputs/train/lr_test",
|
| 147 |
"job_name": "act_lr_test",
|
| 148 |
-
"resume":
|
| 149 |
"seed": 1000,
|
| 150 |
"cudnn_deterministic": false,
|
| 151 |
"num_workers": 4,
|
| 152 |
"batch_size": 8,
|
| 153 |
-
"steps":
|
| 154 |
"eval_freq": 20000,
|
| 155 |
-
"log_freq":
|
| 156 |
"tolerance_s": 0.0001,
|
| 157 |
"save_checkpoint": true,
|
| 158 |
-
"save_freq":
|
| 159 |
"use_policy_training_preset": true,
|
| 160 |
"optimizer": {
|
| 161 |
"type": "adamw",
|
|
@@ -191,5 +191,5 @@
|
|
| 191 |
"rabc_epsilon": 1e-06,
|
| 192 |
"rabc_head_mode": "sparse",
|
| 193 |
"rename_map": {},
|
| 194 |
-
"checkpoint_path":
|
| 195 |
}
|
|
|
|
| 115 |
"private": null,
|
| 116 |
"tags": null,
|
| 117 |
"license": null,
|
| 118 |
+
"pretrained_path": "outputs/train/lr_test/checkpoints/last/pretrained_model",
|
| 119 |
"chunk_size": 100,
|
| 120 |
"n_action_steps": 100,
|
| 121 |
"normalization_mapping": {
|
|
|
|
| 125 |
},
|
| 126 |
"vision_backbone": "resnet18",
|
| 127 |
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 128 |
+
"replace_final_stride_with_dilation": 0,
|
| 129 |
"pre_norm": false,
|
| 130 |
"dim_model": 512,
|
| 131 |
"n_heads": 8,
|
|
|
|
| 145 |
},
|
| 146 |
"output_dir": "outputs/train/lr_test",
|
| 147 |
"job_name": "act_lr_test",
|
| 148 |
+
"resume": true,
|
| 149 |
"seed": 1000,
|
| 150 |
"cudnn_deterministic": false,
|
| 151 |
"num_workers": 4,
|
| 152 |
"batch_size": 8,
|
| 153 |
+
"steps": 10000,
|
| 154 |
"eval_freq": 20000,
|
| 155 |
+
"log_freq": 500,
|
| 156 |
"tolerance_s": 0.0001,
|
| 157 |
"save_checkpoint": true,
|
| 158 |
+
"save_freq": 2000,
|
| 159 |
"use_policy_training_preset": true,
|
| 160 |
"optimizer": {
|
| 161 |
"type": "adamw",
|
|
|
|
| 191 |
"rabc_epsilon": 1e-06,
|
| 192 |
"rabc_head_mode": "sparse",
|
| 193 |
"rename_map": {},
|
| 194 |
+
"checkpoint_path": "outputs/train/lr_test/checkpoints/last"
|
| 195 |
}
|