Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- checkpoints/010000/pretrained_model/config.json +63 -0
- checkpoints/010000/pretrained_model/model.safetensors +3 -0
- checkpoints/010000/pretrained_model/policy_postprocessor.json +32 -0
- checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoints/010000/pretrained_model/policy_preprocessor.json +56 -0
- checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoints/010000/pretrained_model/train_config.json +193 -0
- checkpoints/010000/training_state/optimizer_param_groups.json +191 -0
- checkpoints/010000/training_state/optimizer_state.safetensors +3 -0
- checkpoints/010000/training_state/rng_state.safetensors +3 -0
- checkpoints/010000/training_state/training_step.json +3 -0
- wandb/debug-internal.log +11 -0
- wandb/debug.log +23 -0
- wandb/run-20260304_140945-diqtuoip/files/config.yaml +255 -0
- wandb/run-20260304_140945-diqtuoip/files/output.log +148 -0
- wandb/run-20260304_140945-diqtuoip/files/requirements.txt +337 -0
- wandb/run-20260304_140945-diqtuoip/files/wandb-metadata.json +60 -0
- wandb/run-20260304_140945-diqtuoip/files/wandb-summary.json +1 -0
- wandb/run-20260304_140945-diqtuoip/logs/debug-core.log +15 -0
- wandb/run-20260304_140945-diqtuoip/logs/debug-internal.log +11 -0
- wandb/run-20260304_140945-diqtuoip/logs/debug.log +23 -0
- wandb/run-20260304_140945-diqtuoip/run-diqtuoip.wandb +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
wandb/run-20260304_140945-diqtuoip/run-diqtuoip.wandb filter=lfs diff=lfs merge=lfs -text
|
checkpoints/010000/pretrained_model/config.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
8
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.camera_1": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"output_features": {
|
| 21 |
+
"action": {
|
| 22 |
+
"type": "ACTION",
|
| 23 |
+
"shape": [
|
| 24 |
+
4
|
| 25 |
+
]
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"device": "cuda",
|
| 29 |
+
"use_amp": false,
|
| 30 |
+
"use_peft": false,
|
| 31 |
+
"push_to_hub": true,
|
| 32 |
+
"repo_id": "ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 33 |
+
"private": null,
|
| 34 |
+
"tags": null,
|
| 35 |
+
"license": null,
|
| 36 |
+
"pretrained_path": null,
|
| 37 |
+
"chunk_size": 100,
|
| 38 |
+
"n_action_steps": 100,
|
| 39 |
+
"normalization_mapping": {
|
| 40 |
+
"VISUAL": "MEAN_STD",
|
| 41 |
+
"STATE": "MEAN_STD",
|
| 42 |
+
"ACTION": "MEAN_STD"
|
| 43 |
+
},
|
| 44 |
+
"vision_backbone": "resnet18",
|
| 45 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 46 |
+
"replace_final_stride_with_dilation": false,
|
| 47 |
+
"pre_norm": false,
|
| 48 |
+
"dim_model": 512,
|
| 49 |
+
"n_heads": 8,
|
| 50 |
+
"dim_feedforward": 3200,
|
| 51 |
+
"feedforward_activation": "relu",
|
| 52 |
+
"n_encoder_layers": 4,
|
| 53 |
+
"n_decoder_layers": 1,
|
| 54 |
+
"use_vae": true,
|
| 55 |
+
"latent_dim": 32,
|
| 56 |
+
"n_vae_encoder_layers": 4,
|
| 57 |
+
"temporal_ensemble_coeff": null,
|
| 58 |
+
"dropout": 0.1,
|
| 59 |
+
"kl_weight": 10.0,
|
| 60 |
+
"optimizer_lr": 1e-05,
|
| 61 |
+
"optimizer_weight_decay": 0.0001,
|
| 62 |
+
"optimizer_lr_backbone": 1e-05
|
| 63 |
+
}
|
checkpoints/010000/pretrained_model/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ce2e8b595791ff489f251b358b1afbd6276200d65b0d891e4cb45d19dc4abf5
|
| 3 |
+
size 206699712
|
checkpoints/010000/pretrained_model/policy_postprocessor.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_postprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "unnormalizer_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"eps": 1e-08,
|
| 8 |
+
"features": {
|
| 9 |
+
"action": {
|
| 10 |
+
"type": "ACTION",
|
| 11 |
+
"shape": [
|
| 12 |
+
4
|
| 13 |
+
]
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"norm_map": {
|
| 17 |
+
"VISUAL": "MEAN_STD",
|
| 18 |
+
"STATE": "MEAN_STD",
|
| 19 |
+
"ACTION": "MEAN_STD"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"state_file": "policy_postprocessor_step_0_unnormalizer_processor.safetensors"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"registry_name": "device_processor",
|
| 26 |
+
"config": {
|
| 27 |
+
"device": "cpu",
|
| 28 |
+
"float_dtype": null
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
]
|
| 32 |
+
}
|
checkpoints/010000/pretrained_model/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d6e5c9c244abe3413877f29d484b4860cb944c240ac04c17ddc63d38c1b4ad6
|
| 3 |
+
size 6592
|
checkpoints/010000/pretrained_model/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "policy_preprocessor",
|
| 3 |
+
"steps": [
|
| 4 |
+
{
|
| 5 |
+
"registry_name": "rename_observations_processor",
|
| 6 |
+
"config": {
|
| 7 |
+
"rename_map": {}
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"registry_name": "to_batch_processor",
|
| 12 |
+
"config": {}
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"registry_name": "device_processor",
|
| 16 |
+
"config": {
|
| 17 |
+
"device": "cuda",
|
| 18 |
+
"float_dtype": null
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
"registry_name": "normalizer_processor",
|
| 23 |
+
"config": {
|
| 24 |
+
"eps": 1e-08,
|
| 25 |
+
"features": {
|
| 26 |
+
"observation.state": {
|
| 27 |
+
"type": "STATE",
|
| 28 |
+
"shape": [
|
| 29 |
+
8
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.camera_1": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"action": {
|
| 41 |
+
"type": "ACTION",
|
| 42 |
+
"shape": [
|
| 43 |
+
4
|
| 44 |
+
]
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"norm_map": {
|
| 48 |
+
"VISUAL": "MEAN_STD",
|
| 49 |
+
"STATE": "MEAN_STD",
|
| 50 |
+
"ACTION": "MEAN_STD"
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 54 |
+
}
|
| 55 |
+
]
|
| 56 |
+
}
|
checkpoints/010000/pretrained_model/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d6e5c9c244abe3413877f29d484b4860cb944c240ac04c17ddc63d38c1b4ad6
|
| 3 |
+
size 6592
|
checkpoints/010000/pretrained_model/train_config.json
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": {
|
| 3 |
+
"repo_id": "TInkybala/Real_Panda_CartesianVel_Screwdriver_2",
|
| 4 |
+
"root": null,
|
| 5 |
+
"episodes": null,
|
| 6 |
+
"image_transforms": {
|
| 7 |
+
"enable": false,
|
| 8 |
+
"max_num_transforms": 3,
|
| 9 |
+
"random_order": false,
|
| 10 |
+
"tfs": {
|
| 11 |
+
"brightness": {
|
| 12 |
+
"weight": 1.0,
|
| 13 |
+
"type": "ColorJitter",
|
| 14 |
+
"kwargs": {
|
| 15 |
+
"brightness": [
|
| 16 |
+
0.8,
|
| 17 |
+
1.2
|
| 18 |
+
]
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"contrast": {
|
| 22 |
+
"weight": 1.0,
|
| 23 |
+
"type": "ColorJitter",
|
| 24 |
+
"kwargs": {
|
| 25 |
+
"contrast": [
|
| 26 |
+
0.8,
|
| 27 |
+
1.2
|
| 28 |
+
]
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"saturation": {
|
| 32 |
+
"weight": 1.0,
|
| 33 |
+
"type": "ColorJitter",
|
| 34 |
+
"kwargs": {
|
| 35 |
+
"saturation": [
|
| 36 |
+
0.5,
|
| 37 |
+
1.5
|
| 38 |
+
]
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"hue": {
|
| 42 |
+
"weight": 1.0,
|
| 43 |
+
"type": "ColorJitter",
|
| 44 |
+
"kwargs": {
|
| 45 |
+
"hue": [
|
| 46 |
+
-0.05,
|
| 47 |
+
0.05
|
| 48 |
+
]
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
"sharpness": {
|
| 52 |
+
"weight": 1.0,
|
| 53 |
+
"type": "SharpnessJitter",
|
| 54 |
+
"kwargs": {
|
| 55 |
+
"sharpness": [
|
| 56 |
+
0.5,
|
| 57 |
+
1.5
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"affine": {
|
| 62 |
+
"weight": 1.0,
|
| 63 |
+
"type": "RandomAffine",
|
| 64 |
+
"kwargs": {
|
| 65 |
+
"degrees": [
|
| 66 |
+
-5.0,
|
| 67 |
+
5.0
|
| 68 |
+
],
|
| 69 |
+
"translate": [
|
| 70 |
+
0.05,
|
| 71 |
+
0.05
|
| 72 |
+
]
|
| 73 |
+
}
|
| 74 |
+
}
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
"revision": null,
|
| 78 |
+
"use_imagenet_stats": true,
|
| 79 |
+
"video_backend": "pyav",
|
| 80 |
+
"streaming": false
|
| 81 |
+
},
|
| 82 |
+
"env": null,
|
| 83 |
+
"policy": {
|
| 84 |
+
"type": "act",
|
| 85 |
+
"n_obs_steps": 1,
|
| 86 |
+
"input_features": {
|
| 87 |
+
"observation.state": {
|
| 88 |
+
"type": "STATE",
|
| 89 |
+
"shape": [
|
| 90 |
+
8
|
| 91 |
+
]
|
| 92 |
+
},
|
| 93 |
+
"observation.images.camera_1": {
|
| 94 |
+
"type": "VISUAL",
|
| 95 |
+
"shape": [
|
| 96 |
+
3,
|
| 97 |
+
480,
|
| 98 |
+
640
|
| 99 |
+
]
|
| 100 |
+
}
|
| 101 |
+
},
|
| 102 |
+
"output_features": {
|
| 103 |
+
"action": {
|
| 104 |
+
"type": "ACTION",
|
| 105 |
+
"shape": [
|
| 106 |
+
4
|
| 107 |
+
]
|
| 108 |
+
}
|
| 109 |
+
},
|
| 110 |
+
"device": "cuda",
|
| 111 |
+
"use_amp": false,
|
| 112 |
+
"use_peft": false,
|
| 113 |
+
"push_to_hub": true,
|
| 114 |
+
"repo_id": "ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 115 |
+
"private": null,
|
| 116 |
+
"tags": null,
|
| 117 |
+
"license": null,
|
| 118 |
+
"pretrained_path": null,
|
| 119 |
+
"chunk_size": 100,
|
| 120 |
+
"n_action_steps": 100,
|
| 121 |
+
"normalization_mapping": {
|
| 122 |
+
"VISUAL": "MEAN_STD",
|
| 123 |
+
"STATE": "MEAN_STD",
|
| 124 |
+
"ACTION": "MEAN_STD"
|
| 125 |
+
},
|
| 126 |
+
"vision_backbone": "resnet18",
|
| 127 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 128 |
+
"replace_final_stride_with_dilation": false,
|
| 129 |
+
"pre_norm": false,
|
| 130 |
+
"dim_model": 512,
|
| 131 |
+
"n_heads": 8,
|
| 132 |
+
"dim_feedforward": 3200,
|
| 133 |
+
"feedforward_activation": "relu",
|
| 134 |
+
"n_encoder_layers": 4,
|
| 135 |
+
"n_decoder_layers": 1,
|
| 136 |
+
"use_vae": true,
|
| 137 |
+
"latent_dim": 32,
|
| 138 |
+
"n_vae_encoder_layers": 4,
|
| 139 |
+
"temporal_ensemble_coeff": null,
|
| 140 |
+
"dropout": 0.1,
|
| 141 |
+
"kl_weight": 10.0,
|
| 142 |
+
"optimizer_lr": 1e-05,
|
| 143 |
+
"optimizer_weight_decay": 0.0001,
|
| 144 |
+
"optimizer_lr_backbone": 1e-05
|
| 145 |
+
},
|
| 146 |
+
"output_dir": "outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 147 |
+
"job_name": "panda_pick_cube_act",
|
| 148 |
+
"resume": false,
|
| 149 |
+
"seed": 1000,
|
| 150 |
+
"num_workers": 4,
|
| 151 |
+
"batch_size": 16,
|
| 152 |
+
"steps": 10000,
|
| 153 |
+
"eval_freq": 20000,
|
| 154 |
+
"log_freq": 200,
|
| 155 |
+
"tolerance_s": 0.0001,
|
| 156 |
+
"save_checkpoint": true,
|
| 157 |
+
"save_freq": 20000,
|
| 158 |
+
"use_policy_training_preset": true,
|
| 159 |
+
"optimizer": {
|
| 160 |
+
"type": "adamw",
|
| 161 |
+
"lr": 1e-05,
|
| 162 |
+
"weight_decay": 0.0001,
|
| 163 |
+
"grad_clip_norm": 10.0,
|
| 164 |
+
"betas": [
|
| 165 |
+
0.9,
|
| 166 |
+
0.999
|
| 167 |
+
],
|
| 168 |
+
"eps": 1e-08
|
| 169 |
+
},
|
| 170 |
+
"scheduler": null,
|
| 171 |
+
"eval": {
|
| 172 |
+
"n_episodes": 50,
|
| 173 |
+
"batch_size": 50,
|
| 174 |
+
"use_async_envs": false
|
| 175 |
+
},
|
| 176 |
+
"wandb": {
|
| 177 |
+
"enable": true,
|
| 178 |
+
"disable_artifact": false,
|
| 179 |
+
"project": "lerobot",
|
| 180 |
+
"entity": null,
|
| 181 |
+
"notes": null,
|
| 182 |
+
"run_id": "diqtuoip",
|
| 183 |
+
"mode": null
|
| 184 |
+
},
|
| 185 |
+
"peft": null,
|
| 186 |
+
"use_rabc": false,
|
| 187 |
+
"rabc_progress_path": null,
|
| 188 |
+
"rabc_kappa": 0.01,
|
| 189 |
+
"rabc_epsilon": 1e-06,
|
| 190 |
+
"rabc_head_mode": "sparse",
|
| 191 |
+
"rename_map": {},
|
| 192 |
+
"checkpoint_path": null
|
| 193 |
+
}
|
checkpoints/010000/training_state/optimizer_param_groups.json
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"lr": 1e-05,
|
| 4 |
+
"betas": [
|
| 5 |
+
0.9,
|
| 6 |
+
0.999
|
| 7 |
+
],
|
| 8 |
+
"eps": 1e-08,
|
| 9 |
+
"weight_decay": 0.0001,
|
| 10 |
+
"amsgrad": false,
|
| 11 |
+
"maximize": false,
|
| 12 |
+
"foreach": null,
|
| 13 |
+
"capturable": false,
|
| 14 |
+
"differentiable": false,
|
| 15 |
+
"fused": null,
|
| 16 |
+
"decoupled_weight_decay": true,
|
| 17 |
+
"params": [
|
| 18 |
+
0,
|
| 19 |
+
1,
|
| 20 |
+
2,
|
| 21 |
+
3,
|
| 22 |
+
4,
|
| 23 |
+
5,
|
| 24 |
+
6,
|
| 25 |
+
7,
|
| 26 |
+
8,
|
| 27 |
+
9,
|
| 28 |
+
10,
|
| 29 |
+
11,
|
| 30 |
+
12,
|
| 31 |
+
13,
|
| 32 |
+
14,
|
| 33 |
+
15,
|
| 34 |
+
16,
|
| 35 |
+
17,
|
| 36 |
+
18,
|
| 37 |
+
19,
|
| 38 |
+
20,
|
| 39 |
+
21,
|
| 40 |
+
22,
|
| 41 |
+
23,
|
| 42 |
+
24,
|
| 43 |
+
25,
|
| 44 |
+
26,
|
| 45 |
+
27,
|
| 46 |
+
28,
|
| 47 |
+
29,
|
| 48 |
+
30,
|
| 49 |
+
31,
|
| 50 |
+
32,
|
| 51 |
+
33,
|
| 52 |
+
34,
|
| 53 |
+
35,
|
| 54 |
+
36,
|
| 55 |
+
37,
|
| 56 |
+
38,
|
| 57 |
+
39,
|
| 58 |
+
40,
|
| 59 |
+
41,
|
| 60 |
+
42,
|
| 61 |
+
43,
|
| 62 |
+
44,
|
| 63 |
+
45,
|
| 64 |
+
46,
|
| 65 |
+
47,
|
| 66 |
+
48,
|
| 67 |
+
49,
|
| 68 |
+
50,
|
| 69 |
+
51,
|
| 70 |
+
52,
|
| 71 |
+
53,
|
| 72 |
+
54,
|
| 73 |
+
55,
|
| 74 |
+
56,
|
| 75 |
+
57,
|
| 76 |
+
58,
|
| 77 |
+
59,
|
| 78 |
+
60,
|
| 79 |
+
61,
|
| 80 |
+
62,
|
| 81 |
+
63,
|
| 82 |
+
64,
|
| 83 |
+
65,
|
| 84 |
+
66,
|
| 85 |
+
67,
|
| 86 |
+
68,
|
| 87 |
+
69,
|
| 88 |
+
70,
|
| 89 |
+
71,
|
| 90 |
+
72,
|
| 91 |
+
73,
|
| 92 |
+
74,
|
| 93 |
+
75,
|
| 94 |
+
76,
|
| 95 |
+
77,
|
| 96 |
+
78,
|
| 97 |
+
79,
|
| 98 |
+
80,
|
| 99 |
+
81,
|
| 100 |
+
82,
|
| 101 |
+
83,
|
| 102 |
+
84,
|
| 103 |
+
85,
|
| 104 |
+
86,
|
| 105 |
+
87,
|
| 106 |
+
88,
|
| 107 |
+
89,
|
| 108 |
+
90,
|
| 109 |
+
91,
|
| 110 |
+
92,
|
| 111 |
+
93,
|
| 112 |
+
94,
|
| 113 |
+
95,
|
| 114 |
+
96,
|
| 115 |
+
97,
|
| 116 |
+
98,
|
| 117 |
+
99,
|
| 118 |
+
100,
|
| 119 |
+
101,
|
| 120 |
+
102,
|
| 121 |
+
103,
|
| 122 |
+
104,
|
| 123 |
+
105,
|
| 124 |
+
106,
|
| 125 |
+
107,
|
| 126 |
+
108,
|
| 127 |
+
109,
|
| 128 |
+
110,
|
| 129 |
+
111,
|
| 130 |
+
112,
|
| 131 |
+
113,
|
| 132 |
+
114,
|
| 133 |
+
115,
|
| 134 |
+
116,
|
| 135 |
+
117,
|
| 136 |
+
118,
|
| 137 |
+
119,
|
| 138 |
+
120,
|
| 139 |
+
121,
|
| 140 |
+
122,
|
| 141 |
+
123,
|
| 142 |
+
124,
|
| 143 |
+
125,
|
| 144 |
+
126,
|
| 145 |
+
127,
|
| 146 |
+
128,
|
| 147 |
+
129,
|
| 148 |
+
130,
|
| 149 |
+
131,
|
| 150 |
+
132
|
| 151 |
+
]
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"lr": 1e-05,
|
| 155 |
+
"betas": [
|
| 156 |
+
0.9,
|
| 157 |
+
0.999
|
| 158 |
+
],
|
| 159 |
+
"eps": 1e-08,
|
| 160 |
+
"weight_decay": 0.0001,
|
| 161 |
+
"amsgrad": false,
|
| 162 |
+
"maximize": false,
|
| 163 |
+
"foreach": null,
|
| 164 |
+
"capturable": false,
|
| 165 |
+
"differentiable": false,
|
| 166 |
+
"fused": null,
|
| 167 |
+
"decoupled_weight_decay": true,
|
| 168 |
+
"params": [
|
| 169 |
+
133,
|
| 170 |
+
134,
|
| 171 |
+
135,
|
| 172 |
+
136,
|
| 173 |
+
137,
|
| 174 |
+
138,
|
| 175 |
+
139,
|
| 176 |
+
140,
|
| 177 |
+
141,
|
| 178 |
+
142,
|
| 179 |
+
143,
|
| 180 |
+
144,
|
| 181 |
+
145,
|
| 182 |
+
146,
|
| 183 |
+
147,
|
| 184 |
+
148,
|
| 185 |
+
149,
|
| 186 |
+
150,
|
| 187 |
+
151,
|
| 188 |
+
152
|
| 189 |
+
]
|
| 190 |
+
}
|
| 191 |
+
]
|
checkpoints/010000/training_state/optimizer_state.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d35d810620bb045c302fa1d56205dc2bc9c8f4992e5a9868ff9bf6f9987dd8d0
|
| 3 |
+
size 412817636
|
checkpoints/010000/training_state/rng_state.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28d8004bddf1bf5b3f4e4f6a18bacdfc75dfe92d945c9af646c3783685e5c447
|
| 3 |
+
size 15708
|
checkpoints/010000/training_state/training_step.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"step": 10000
|
| 3 |
+
}
|
wandb/debug-internal.log
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-04T14:09:45.236123387+08:00","level":"INFO","msg":"stream: starting","core version":"0.21.4"}
|
| 2 |
+
{"time":"2026-03-04T14:09:45.585048747+08:00","level":"INFO","msg":"stream: created new stream","id":"diqtuoip"}
|
| 3 |
+
{"time":"2026-03-04T14:09:45.585067369+08:00","level":"INFO","msg":"stream: started","id":"diqtuoip"}
|
| 4 |
+
{"time":"2026-03-04T14:09:45.585552801+08:00","level":"INFO","msg":"handler: started","stream_id":"diqtuoip"}
|
| 5 |
+
{"time":"2026-03-04T14:09:45.585568447+08:00","level":"INFO","msg":"writer: started","stream_id":"diqtuoip"}
|
| 6 |
+
{"time":"2026-03-04T14:09:45.585649423+08:00","level":"INFO","msg":"sender: started","stream_id":"diqtuoip"}
|
| 7 |
+
{"time":"2026-03-04T14:21:02.79952868+08:00","level":"INFO","msg":"stream: closing","id":"diqtuoip"}
|
| 8 |
+
{"time":"2026-03-04T14:21:29.377681027+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 9 |
+
{"time":"2026-03-04T14:21:29.690532138+08:00","level":"INFO","msg":"handler: closed","stream_id":"diqtuoip"}
|
| 10 |
+
{"time":"2026-03-04T14:21:29.690584006+08:00","level":"INFO","msg":"sender: closed","stream_id":"diqtuoip"}
|
| 11 |
+
{"time":"2026-03-04T14:21:29.690588351+08:00","level":"INFO","msg":"stream: closed","id":"diqtuoip"}
|
wandb/debug.log
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Current SDK version is 0.21.4
|
| 2 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Configure stats pid to 2618319
|
| 3 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from /home/student/.config/wandb/settings
|
| 4 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from /home/student/lerobot-ros-agent/wandb/settings
|
| 5 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from environment variables
|
| 6 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:setup_run_log_directory():686] Logging user logs to outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940/wandb/run-20260304_140945-diqtuoip/logs/debug.log
|
| 7 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:setup_run_log_directory():687] Logging internal logs to outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940/wandb/run-20260304_140945-diqtuoip/logs/debug-internal.log
|
| 8 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():813] calling init triggers
|
| 9 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():818] wandb.init called with sweep_config: {}
|
| 10 |
+
config: {'dataset': {'repo_id': 'TInkybala/Real_Panda_CartesianVel_Screwdriver_2', 'root': None, 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'affine': {'weight': 1.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'streaming': False}, 'env': None, 'policy': {'type': 'act', 'n_obs_steps': 1, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': True, 'repo_id': 'ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940', 'private': None, 'tags': None, 'license': None, 'pretrained_path': None, 'chunk_size': 100, 'n_action_steps': 100, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'replace_final_stride_with_dilation': False, 'pre_norm': False, 'dim_model': 512, 'n_heads': 8, 'dim_feedforward': 3200, 'feedforward_activation': 'relu', 'n_encoder_layers': 4, 'n_decoder_layers': 1, 'use_vae': True, 'latent_dim': 32, 'n_vae_encoder_layers': 4, 'temporal_ensemble_coeff': None, 'dropout': 0.1, 'kl_weight': 10.0, 'optimizer_lr': 1e-05, 'optimizer_weight_decay': 0.0001, 'optimizer_lr_backbone': 1e-05}, 'output_dir': 'outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940', 'job_name': 'panda_pick_cube_act', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 16, 'steps': 10000, 'eval_freq': 20000, 'log_freq': 200, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 1e-05, 'weight_decay': 0.0001, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.999], 'eps': 1e-08}, 'scheduler': None, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None}, 'peft': None, 'use_rabc': False, 'rabc_progress_path': None, 'rabc_kappa': 0.01, 'rabc_epsilon': 1e-06, 'rabc_head_mode': 'sparse', 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
|
| 11 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():854] starting backend
|
| 12 |
+
2026-03-04 14:09:45,226 INFO MainThread:2618319 [wandb_init.py:init():857] sending inform_init request
|
| 13 |
+
2026-03-04 14:09:45,228 INFO MainThread:2618319 [wandb_init.py:init():865] backend started and connected
|
| 14 |
+
2026-03-04 14:09:45,230 INFO MainThread:2618319 [wandb_init.py:init():936] updated telemetry
|
| 15 |
+
2026-03-04 14:09:45,236 INFO MainThread:2618319 [wandb_init.py:init():960] communicating run to backend with 90.0 second timeout
|
| 16 |
+
2026-03-04 14:09:45,981 INFO MainThread:2618319 [wandb_init.py:init():1011] starting run threads in backend
|
| 17 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_console_start():2506] atexit reg
|
| 18 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2354] redirect: wrap_raw
|
| 19 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2423] Wrapping output streams.
|
| 20 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2446] Redirects installed.
|
| 21 |
+
2026-03-04 14:09:46,049 INFO MainThread:2618319 [wandb_init.py:init():1049] run started, returning control to user process
|
| 22 |
+
2026-03-04 14:21:02,799 INFO wandb-AsyncioManager-main:2618319 [service_client.py:_forward_responses():84] Reached EOF.
|
| 23 |
+
2026-03-04 14:21:02,799 INFO wandb-AsyncioManager-main:2618319 [mailbox.py:close():137] Closing mailbox, abandoning 2 handles.
|
wandb/run-20260304_140945-diqtuoip/files/config.yaml
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_wandb:
|
| 2 |
+
value:
|
| 3 |
+
cli_version: 0.21.4
|
| 4 |
+
e:
|
| 5 |
+
kzmit8h4wvfgddv7bc7jhxreq57vjcrz:
|
| 6 |
+
args:
|
| 7 |
+
- --dataset.repo_id=TInkybala/Real_Panda_CartesianVel_Screwdriver_2
|
| 8 |
+
- --dataset.streaming=false
|
| 9 |
+
- --dataset.video_backend=pyav
|
| 10 |
+
- --output_dir=outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940
|
| 11 |
+
- --job_name=panda_pick_cube_act
|
| 12 |
+
- --policy.device=cuda
|
| 13 |
+
- --wandb.enable=true
|
| 14 |
+
- --policy.push_to_hub=true
|
| 15 |
+
- --policy.repo_id=ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940
|
| 16 |
+
- --batch_size=16
|
| 17 |
+
- --steps=10000
|
| 18 |
+
- --policy.type=act
|
| 19 |
+
codePath: .venv/bin/lerobot-train
|
| 20 |
+
codePathLocal: .venv/bin/lerobot-train
|
| 21 |
+
cpu_count: 24
|
| 22 |
+
cpu_count_logical: 24
|
| 23 |
+
cudaVersion: "13.0"
|
| 24 |
+
disk:
|
| 25 |
+
/:
|
| 26 |
+
total: "3739184947200"
|
| 27 |
+
used: "2264497455104"
|
| 28 |
+
executable: /home/student/lerobot-ros-agent/.venv/bin/python3
|
| 29 |
+
git:
|
| 30 |
+
commit: 5b4a3ddfb23a28dbc748a2a3e899490de720cf66
|
| 31 |
+
remote: git@github.com:ases200q2/lerobot-ros-agent.git
|
| 32 |
+
gpu: NVIDIA GeForce RTX 5090
|
| 33 |
+
gpu_count: 2
|
| 34 |
+
gpu_nvidia:
|
| 35 |
+
- architecture: Blackwell
|
| 36 |
+
cudaCores: 21760
|
| 37 |
+
memoryTotal: "34190917632"
|
| 38 |
+
name: NVIDIA GeForce RTX 5090
|
| 39 |
+
uuid: GPU-dc74e335-c883-5cd5-1542-7925122fbe20
|
| 40 |
+
- architecture: Blackwell
|
| 41 |
+
cudaCores: 21760
|
| 42 |
+
memoryTotal: "34190917632"
|
| 43 |
+
name: NVIDIA GeForce RTX 5090
|
| 44 |
+
uuid: GPU-f2151210-e335-fb77-1202-86e2b7551577
|
| 45 |
+
host: Solaris
|
| 46 |
+
memory:
|
| 47 |
+
total: "267371859968"
|
| 48 |
+
os: Linux-6.8.0-94-generic-x86_64-with-glibc2.35
|
| 49 |
+
program: /home/student/lerobot-ros-agent/.venv/bin/lerobot-train
|
| 50 |
+
python: CPython 3.10.12
|
| 51 |
+
root: outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940
|
| 52 |
+
startedAt: "2026-03-04T06:09:45.023143Z"
|
| 53 |
+
writerId: kzmit8h4wvfgddv7bc7jhxreq57vjcrz
|
| 54 |
+
m: []
|
| 55 |
+
python_version: 3.10.12
|
| 56 |
+
t:
|
| 57 |
+
"1":
|
| 58 |
+
- 1
|
| 59 |
+
- 5
|
| 60 |
+
- 11
|
| 61 |
+
- 41
|
| 62 |
+
- 49
|
| 63 |
+
- 51
|
| 64 |
+
- 53
|
| 65 |
+
- 71
|
| 66 |
+
- 83
|
| 67 |
+
- 105
|
| 68 |
+
"2":
|
| 69 |
+
- 1
|
| 70 |
+
- 5
|
| 71 |
+
- 11
|
| 72 |
+
- 41
|
| 73 |
+
- 49
|
| 74 |
+
- 51
|
| 75 |
+
- 53
|
| 76 |
+
- 71
|
| 77 |
+
- 83
|
| 78 |
+
- 105
|
| 79 |
+
"3":
|
| 80 |
+
- 13
|
| 81 |
+
- 15
|
| 82 |
+
- 16
|
| 83 |
+
- 61
|
| 84 |
+
"4": 3.10.12
|
| 85 |
+
"5": 0.21.4
|
| 86 |
+
"6": 4.57.6
|
| 87 |
+
"10":
|
| 88 |
+
- 21
|
| 89 |
+
"12": 0.21.4
|
| 90 |
+
"13": linux-x86_64
|
| 91 |
+
batch_size:
|
| 92 |
+
value: 16
|
| 93 |
+
checkpoint_path:
|
| 94 |
+
value: null
|
| 95 |
+
dataset:
|
| 96 |
+
value:
|
| 97 |
+
episodes: null
|
| 98 |
+
image_transforms:
|
| 99 |
+
enable: false
|
| 100 |
+
max_num_transforms: 3
|
| 101 |
+
random_order: false
|
| 102 |
+
tfs:
|
| 103 |
+
affine:
|
| 104 |
+
kwargs:
|
| 105 |
+
degrees:
|
| 106 |
+
- -5
|
| 107 |
+
- 5
|
| 108 |
+
translate:
|
| 109 |
+
- 0.05
|
| 110 |
+
- 0.05
|
| 111 |
+
type: RandomAffine
|
| 112 |
+
weight: 1
|
| 113 |
+
brightness:
|
| 114 |
+
kwargs:
|
| 115 |
+
brightness:
|
| 116 |
+
- 0.8
|
| 117 |
+
- 1.2
|
| 118 |
+
type: ColorJitter
|
| 119 |
+
weight: 1
|
| 120 |
+
contrast:
|
| 121 |
+
kwargs:
|
| 122 |
+
contrast:
|
| 123 |
+
- 0.8
|
| 124 |
+
- 1.2
|
| 125 |
+
type: ColorJitter
|
| 126 |
+
weight: 1
|
| 127 |
+
hue:
|
| 128 |
+
kwargs:
|
| 129 |
+
hue:
|
| 130 |
+
- -0.05
|
| 131 |
+
- 0.05
|
| 132 |
+
type: ColorJitter
|
| 133 |
+
weight: 1
|
| 134 |
+
saturation:
|
| 135 |
+
kwargs:
|
| 136 |
+
saturation:
|
| 137 |
+
- 0.5
|
| 138 |
+
- 1.5
|
| 139 |
+
type: ColorJitter
|
| 140 |
+
weight: 1
|
| 141 |
+
sharpness:
|
| 142 |
+
kwargs:
|
| 143 |
+
sharpness:
|
| 144 |
+
- 0.5
|
| 145 |
+
- 1.5
|
| 146 |
+
type: SharpnessJitter
|
| 147 |
+
weight: 1
|
| 148 |
+
repo_id: TInkybala/Real_Panda_CartesianVel_Screwdriver_2
|
| 149 |
+
revision: null
|
| 150 |
+
root: null
|
| 151 |
+
streaming: false
|
| 152 |
+
use_imagenet_stats: true
|
| 153 |
+
video_backend: pyav
|
| 154 |
+
env:
|
| 155 |
+
value: null
|
| 156 |
+
eval:
|
| 157 |
+
value:
|
| 158 |
+
batch_size: 50
|
| 159 |
+
n_episodes: 50
|
| 160 |
+
use_async_envs: false
|
| 161 |
+
eval_freq:
|
| 162 |
+
value: 20000
|
| 163 |
+
job_name:
|
| 164 |
+
value: panda_pick_cube_act
|
| 165 |
+
log_freq:
|
| 166 |
+
value: 200
|
| 167 |
+
num_workers:
|
| 168 |
+
value: 4
|
| 169 |
+
optimizer:
|
| 170 |
+
value:
|
| 171 |
+
betas:
|
| 172 |
+
- 0.9
|
| 173 |
+
- 0.999
|
| 174 |
+
eps: 1e-08
|
| 175 |
+
grad_clip_norm: 10
|
| 176 |
+
lr: 1e-05
|
| 177 |
+
type: adamw
|
| 178 |
+
weight_decay: 0.0001
|
| 179 |
+
output_dir:
|
| 180 |
+
value: outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940
|
| 181 |
+
peft:
|
| 182 |
+
value: null
|
| 183 |
+
policy:
|
| 184 |
+
value:
|
| 185 |
+
chunk_size: 100
|
| 186 |
+
device: cuda
|
| 187 |
+
dim_feedforward: 3200
|
| 188 |
+
dim_model: 512
|
| 189 |
+
dropout: 0.1
|
| 190 |
+
feedforward_activation: relu
|
| 191 |
+
kl_weight: 10
|
| 192 |
+
latent_dim: 32
|
| 193 |
+
license: null
|
| 194 |
+
n_action_steps: 100
|
| 195 |
+
n_decoder_layers: 1
|
| 196 |
+
n_encoder_layers: 4
|
| 197 |
+
n_heads: 8
|
| 198 |
+
n_obs_steps: 1
|
| 199 |
+
n_vae_encoder_layers: 4
|
| 200 |
+
normalization_mapping:
|
| 201 |
+
ACTION: MEAN_STD
|
| 202 |
+
STATE: MEAN_STD
|
| 203 |
+
VISUAL: MEAN_STD
|
| 204 |
+
optimizer_lr: 1e-05
|
| 205 |
+
optimizer_lr_backbone: 1e-05
|
| 206 |
+
optimizer_weight_decay: 0.0001
|
| 207 |
+
pre_norm: false
|
| 208 |
+
pretrained_backbone_weights: ResNet18_Weights.IMAGENET1K_V1
|
| 209 |
+
pretrained_path: null
|
| 210 |
+
private: null
|
| 211 |
+
push_to_hub: true
|
| 212 |
+
replace_final_stride_with_dilation: false
|
| 213 |
+
repo_id: ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940
|
| 214 |
+
tags: null
|
| 215 |
+
temporal_ensemble_coeff: null
|
| 216 |
+
type: act
|
| 217 |
+
use_amp: false
|
| 218 |
+
use_peft: false
|
| 219 |
+
use_vae: true
|
| 220 |
+
vision_backbone: resnet18
|
| 221 |
+
rabc_epsilon:
|
| 222 |
+
value: 1e-06
|
| 223 |
+
rabc_head_mode:
|
| 224 |
+
value: sparse
|
| 225 |
+
rabc_kappa:
|
| 226 |
+
value: 0.01
|
| 227 |
+
rabc_progress_path:
|
| 228 |
+
value: null
|
| 229 |
+
resume:
|
| 230 |
+
value: false
|
| 231 |
+
save_checkpoint:
|
| 232 |
+
value: true
|
| 233 |
+
save_freq:
|
| 234 |
+
value: 20000
|
| 235 |
+
scheduler:
|
| 236 |
+
value: null
|
| 237 |
+
seed:
|
| 238 |
+
value: 1000
|
| 239 |
+
steps:
|
| 240 |
+
value: 10000
|
| 241 |
+
tolerance_s:
|
| 242 |
+
value: 0.0001
|
| 243 |
+
use_policy_training_preset:
|
| 244 |
+
value: true
|
| 245 |
+
use_rabc:
|
| 246 |
+
value: false
|
| 247 |
+
wandb:
|
| 248 |
+
value:
|
| 249 |
+
disable_artifact: false
|
| 250 |
+
enable: true
|
| 251 |
+
entity: null
|
| 252 |
+
mode: null
|
| 253 |
+
notes: null
|
| 254 |
+
project: lerobot
|
| 255 |
+
run_id: null
|
wandb/run-20260304_140945-diqtuoip/files/output.log
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
INFO 2026-03-04 14:09:46 db_utils.py:117 [1m[34mLogs will be synced with wandb.[0m
|
| 2 |
+
INFO 2026-03-04 14:09:46 db_utils.py:118 Track this run --> [1m[33mhttps://wandb.ai/tinkybala-personal/lerobot/runs/diqtuoip[0m
|
| 3 |
+
INFO 2026-03-04 14:09:46 ot_train.py:217 Creating dataset
|
| 4 |
+
info.json: 2.59kB [00:00, 7.94MB/s] | 0/6 [00:00<?, ?it/s]
|
| 5 |
+
stats.json: 10.1kB [00:00, 1.09MB/s]quet: 0%| | 0.00/121k [00:00<?, ?B/s]
|
| 6 |
+
meta/episodes/chunk-000/file-002.parquet: 100%|██████████████████████████████████████████████████████████████████████████████████████| 121k/121k [00:02<00:00, 46.3kB/s]
|
| 7 |
+
meta/tasks.parquet: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2.20k/2.20k [00:02<00:00, 783B/s]
|
| 8 |
+
meta/episodes/chunk-000/file-000.parquet: 100%|██████████████████████████████████████████████████████████████████████████████████████| 120k/120k [00:02<00:00, 42.9kB/s]
|
| 9 |
+
meta/episodes/chunk-000/file-001.parquet: 100%|██████████████████████████████████████████████████████████████████████████████████████| 120k/120k [00:03<00:00, 35.4kB/s]
|
| 10 |
+
Fetching 6 files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6/6 [00:04<00:00, 1.46it/s]
|
| 11 |
+
INFO 2026-03-04 14:09:50 eo_utils.py:106 Using video codec: libsvtav1█████████████████████████████████████████████████████████████████| 120k/120k [00:02<00:00, 600kB/s]
|
| 12 |
+
.gitattributes: 2.50kB [00:00, 15.1MB/s] | 0/13 [00:00<?, ?it/s]
|
| 13 |
+
data/chunk-000/file-000.parquet: 100%|████████████████████████████████████████████████████████████████████████████████████████████████| 402k/402k [00:00<00:00, 667kB/s]
|
| 14 |
+
data/chunk-000/file-001.parquet: 100%|████████████████████████████████████████████████████████████████████████████████████████████████| 405k/405k [00:00<00:00, 671kB/s]
|
| 15 |
+
data/chunk-000/file-002.parquet: 100%|████████████████████████████████████████████████████████████████████████████████████████████████| 382k/382k [00:00<00:00, 475kB/s]
|
| 16 |
+
videos/observation.images.camera_1/chunk(…): 100%|███████████████████████████████████████████████████████████████████████████████████| 160M/160M [00:38<00:00, 4.21MB/s]
|
| 17 |
+
videos/observation.images.camera_1/chunk(…): 100%|███████████████████████████████████████████████████████████████████████████████████| 175M/175M [00:41<00:00, 4.20MB/s]
|
| 18 |
+
videos/observation.images.camera_1/chunk(…): 100%|███████████████████████████████████████████████████████████████████████████████████| 179M/179M [00:43<00:00, 4.17MB/s]
|
| 19 |
+
Fetching 13 files: 100%|█████████████████████████��██████████████████████████████████████████████████████████████████████████████████████| 13/13 [00:43<00:00, 3.36s/it]
|
| 20 |
+
INFO 2026-03-04 14:10:35 ot_train.py:235 Creating policy | 0.00/175M [00:00<?, ?B/s]
|
| 21 |
+
INFO 2026-03-04 14:10:35 ot_train.py:290 Creating optimizer and scheduler████████████████████████████████████████████████████████████| 179M/179M [00:43<00:00, 6.52MB/s]
|
| 22 |
+
INFO 2026-03-04 14:10:35 ot_train.py:325 [1m[33mOutput dir:[0m outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_14094075M/175M [00:41<00:00, 6.12MB/s]
|
| 23 |
+
INFO 2026-03-04 14:10:35 ot_train.py:332 cfg.steps=10000 (10K)
|
| 24 |
+
INFO 2026-03-04 14:10:35 ot_train.py:333 dataset.num_frames=20517 (21K)
|
| 25 |
+
INFO 2026-03-04 14:10:35 ot_train.py:334 dataset.num_episodes=75
|
| 26 |
+
INFO 2026-03-04 14:10:35 ot_train.py:337 Effective batch size: 16 x 1 = 16
|
| 27 |
+
INFO 2026-03-04 14:10:35 ot_train.py:338 num_learnable_params=51597188 (52M)
|
| 28 |
+
INFO 2026-03-04 14:10:35 ot_train.py:339 num_total_params=51597188 (52M)
|
| 29 |
+
Training: 0%| | 0/10000 [00:00<?, ?step/s]INFO 2026-03-04 14:10:35 ot_train.py:403 Start offline training on a fixed dataset, with effective batch size: 16
|
| 30 |
+
Training: 2%|██▎ | 199/10000 [00:12<09:02, 18.08step/s]INFO 2026-03-04 14:10:48 ot_train.py:435 step:200 smpl:3K ep:12 epch:0.16 loss:5.741 grdn:113.893 lr:1.0e-05 updt_s:0.055 data_s:0.008
|
| 31 |
+
Training: 4%|████▌ | 399/10000 [00:24<09:50, 16.26step/s]INFO 2026-03-04 14:11:00 ot_train.py:435 step:400 smpl:6K ep:23 epch:0.31 loss:2.516 grdn:60.007 lr:1.0e-05 updt_s:0.052 data_s:0.006
|
| 32 |
+
Training: 6%|██████▉ | 599/10000 [00:36<09:38, 16.26step/s]INFO 2026-03-04 14:11:12 ot_train.py:435 step:600 smpl:10K ep:35 epch:0.47 loss:2.141 grdn:53.206 lr:1.0e-05 updt_s:0.052 data_s:0.009
|
| 33 |
+
Training: 8%|█████████▏ | 799/10000 [00:48<10:12, 15.02step/s]INFO 2026-03-04 14:11:24 ot_train.py:435 step:800 smpl:13K ep:47 epch:0.62 loss:1.851 grdn:48.885 lr:1.0e-05 updt_s:0.051 data_s:0.008
|
| 34 |
+
Training: 10%|███████████▍ | 999/10000 [01:00<08:48, 17.02step/s]INFO 2026-03-04 14:11:36 ot_train.py:435 step:1K smpl:16K ep:58 epch:0.78 loss:1.634 grdn:45.255 lr:1.0e-05 updt_s:0.050 data_s:0.008
|
| 35 |
+
Training: 12%|█████████████▋ | 1199/10000 [01:12<08:35, 17.09step/s]INFO 2026-03-04 14:11:47 ot_train.py:435 step:1K smpl:19K ep:70 epch:0.94 loss:1.430 grdn:41.548 lr:1.0e-05 updt_s:0.050 data_s:0.007
|
| 36 |
+
Training: 14%|███████████████▉ | 1399/10000 [01:25<09:40, 14.81step/s]INFO 2026-03-04 14:12:00 ot_train.py:435 step:1K smpl:22K ep:82 epch:1.09 loss:1.254 grdn:39.115 lr:1.0e-05 updt_s:0.052 data_s:0.012
|
| 37 |
+
Training: 16%|██████████████████▏ | 1599/10000 [01:37<09:02, 15.50step/s]INFO 2026-03-04 14:12:13 ot_train.py:435 step:2K smpl:26K ep:94 epch:1.25 loss:1.112 grdn:37.460 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 38 |
+
Training: 18%|████████████████████▌ | 1799/10000 [01:50<08:23, 16.28step/s]INFO 2026-03-04 14:12:26 ot_train.py:435 step:2K smpl:29K ep:105 epch:1.40 loss:0.972 grdn:35.392 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 39 |
+
Training: 20%|██████████████████████▊ | 1999/10000 [02:02<08:11, 16.29step/s]INFO 2026-03-04 14:12:38 ot_train.py:435 step:2K smpl:32K ep:117 epch:1.56 loss:0.875 grdn:32.964 lr:1.0e-05 updt_s:0.051 data_s:0.011
|
| 40 |
+
Training: 22%|█████████████████████████ | 2199/10000 [02:15<07:50, 16.58step/s]INFO 2026-03-04 14:12:50 ot_train.py:435 step:2K smpl:35K ep:129 epch:1.72 loss:0.780 grdn:30.973 lr:1.0e-05 updt_s:0.050 data_s:0.011
|
| 41 |
+
Training: 24%|███████████████████████████▎ | 2399/10000 [02:27<08:00, 15.81step/s]INFO 2026-03-04 14:13:03 ot_train.py:435 step:2K smpl:38K ep:140 epch:1.87 loss:0.689 grdn:28.015 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 42 |
+
Training: 26%|█████████████████████████████▋ | 2599/10000 [02:40<08:15, 14.93step/s]INFO 2026-03-04 14:13:16 ot_train.py:435 step:3K smpl:42K ep:152 epch:2.03 loss:0.617 grdn:27.234 lr:1.0e-05 updt_s:0.050 data_s:0.014
|
| 43 |
+
Training: 28%|███████████████████████████████▉ | 2799/10000 [02:53<07:34, 15.85step/s]INFO 2026-03-04 14:13:29 ot_train.py:435 step:3K smpl:45K ep:164 epch:2.18 loss:0.560 grdn:25.106 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 44 |
+
Training: 30%|██████████████████████████████████▏ | 2999/10000 [03:05<07:24, 15.73step/s]INFO 2026-03-04 14:13:41 ot_train.py:435 step:3K smpl:48K ep:175 epch:2.34 loss:0.505 grdn:23.266 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 45 |
+
Training: 32%|████████████████████████████████████▍ | 3199/10000 [03:18<07:44, 14.66step/s]INFO 2026-03-04 14:13:54 ot_train.py:435 step:3K smpl:51K ep:187 epch:2.50 loss:0.467 grdn:22.132 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 46 |
+
Training: 34%|██████████████████████████████████████▋ | 3399/10000 [03:30<06:57, 15.80step/s]INFO 2026-03-04 14:14:06 ot_train.py:435 step:3K smpl:54K ep:199 epch:2.65 loss:0.431 grdn:20.979 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 47 |
+
Training: 36%|█████████████████████████████████████████ | 3599/10000 [03:43<06:47, 15.70step/s]INFO 2026-03-04 14:14:19 ot_train.py:435 step:4K smpl:58K ep:211 epch:2.81 loss:0.393 grdn:20.361 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 48 |
+
Training: 38%|███████████████████████████████████████████▎ | 3799/10000 [03:56<06:38, 15.57step/s]INFO 2026-03-04 14:14:32 ot_train.py:435 step:4K smpl:61K ep:222 epch:2.96 loss:0.377 grdn:19.027 lr:1.0e-05 updt_s:0.051 data_s:0.012
|
| 49 |
+
Training: 40%|█████████████████████████████████████████████▌ | 4000/10000 [04:09<05:54, 16.92step/s]INFO 2026-03-04 14:14:45 ot_train.py:435 step:4K smpl:64K ep:234 epch:3.12 loss:0.367 grdn:18.869 lr:1.0e-05 updt_s:0.049 data_s:0.015
|
| 50 |
+
Training: 42%|███████████████████████████████████████████████▉ | 4200/10000 [04:21<06:01, 16.03step/s]INFO 2026-03-04 14:14:57 ot_train.py:435 step:4K smpl:67K ep:246 epch:3.28 loss:0.342 grdn:17.856 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 51 |
+
Training: 44%|██████████████████████████████████████████████████▏ | 4400/10000 [04:34<06:02, 15.44step/s]INFO 2026-03-04 14:15:10 ot_train.py:435 step:4K smpl:70K ep:257 epch:3.43 loss:0.325 grdn:17.079 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 52 |
+
Training: 46%|████████████████████████████████████████████████████▍ | 4600/10000 [04:47<05:22, 16.76step/s]INFO 2026-03-04 14:15:22 ot_train.py:435 step:5K smpl:74K ep:269 epch:3.59 loss:0.311 grdn:16.708 lr:1.0e-05 updt_s:0.049 data_s:0.012
|
| 53 |
+
Training: 48%|██████████████████████████████████████████████████████▋ | 4800/10000 [04:59<05:07, 16.90step/s]INFO 2026-03-04 14:15:35 ot_train.py:435 step:5K smpl:77K ep:281 epch:3.74 loss:0.301 grdn:16.384 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 54 |
+
Training: 50%|█████████████████████████████████████████████████████████ | 5000/10000 [05:12<05:25, 15.36step/s]INFO 2026-03-04 14:15:48 ot_train.py:435 step:5K smpl:80K ep:292 epch:3.90 loss:0.290 grdn:15.715 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 55 |
+
Training: 52%|███████████████████████████████████████████████████████████▎ | 5200/10000 [05:25<05:06, 15.68step/s]INFO 2026-03-04 14:16:01 ot_train.py:435 step:5K smpl:83K ep:304 epch:4.06 loss:0.274 grdn:15.201 lr:1.0e-05 updt_s:0.050 data_s:0.015
|
| 56 |
+
Training: 54%|█████████████████████████████████████████████████████████████▌ | 5400/10000 [05:38<04:49, 15.89step/s]INFO 2026-03-04 14:16:13 ot_train.py:435 step:5K smpl:86K ep:316 epch:4.21 loss:0.268 grdn:15.177 lr:1.0e-05 updt_s:0.051 data_s:0.011
|
| 57 |
+
Training: 56%|███████████████████████████████████████████████████████████████▊ | 5600/10000 [05:50<04:40, 15.71step/s]INFO 2026-03-04 14:16:26 ot_train.py:435 step:6K smpl:90K ep:328 epch:4.37 loss:0.270 grdn:15.176 lr:1.0e-05 updt_s:0.049 data_s:0.013
|
| 58 |
+
Training: 58%|██████████████████████████████████████████████████████████████████ | 5800/10000 [06:03<04:30, 15.54step/s]INFO 2026-03-04 14:16:39 ot_train.py:435 step:6K smpl:93K ep:339 epch:4.52 loss:0.256 grdn:14.220 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 59 |
+
Training: 60%|████████████████████████████████████████████████████████████████████▍ | 6000/10000 [06:16<04:15, 15.67step/s]INFO 2026-03-04 14:16:51 ot_train.py:435 step:6K smpl:96K ep:351 epch:4.68 loss:0.249 grdn:14.063 lr:1.0e-05 updt_s:0.050 data_s:0.013
|
| 60 |
+
Training: 62%|██████████████████████████████████████████████████████████████████████▋ | 6200/10000 [06:28<04:04, 15.51step/s]INFO 2026-03-04 14:17:04 ot_train.py:435 step:6K smpl:99K ep:363 epch:4.84 loss:0.244 grdn:13.750 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 61 |
+
Training: 64%|████████████████████████████████████████████████████████████████████████▉ | 6400/10000 [06:41<03:54, 15.32step/s]INFO 2026-03-04 14:17:16 ot_train.py:435 step:6K smpl:102K ep:374 epch:4.99 loss:0.236 grdn:13.597 lr:1.0e-05 updt_s:0.050 data_s:0.012
|
| 62 |
+
Training: 66%|███████████████████████████████████████████████████████████████████████████▏ | 6599/10000 [06:53<03:38, 15.57step/s]INFO 2026-03-04 14:17:29 ot_train.py:435 step:7K smpl:106K ep:386 epch:5.15 loss:0.229 grdn:13.771 lr:1.0e-05 updt_s:0.050 data_s:0.014
|
| 63 |
+
Training: 68%|█████████████████████████████████████████████████████████████████████████████▌ | 6799/10000 [07:06<03:23, 15.74step/s]INFO 2026-03-04 14:17:41 ot_train.py:435 step:7K smpl:109K ep:398 epch:5.30 loss:0.226 grdn:13.101 lr:1.0e-05 updt_s:0.048 data_s:0.012
|
| 64 |
+
Training: 70%|███████████████████████████████████████████████████████████████████████████████▊ | 6999/10000 [07:18<03:03, 16.38step/s]INFO 2026-03-04 14:17:54 ot_train.py:435 step:7K smpl:112K ep:409 epch:5.46 loss:0.226 grdn:13.404 lr:1.0e-05 updt_s:0.049 data_s:0.012
|
| 65 |
+
Training: 72%|████████████████████████████████████████████████████████���█████████████████████████ | 7200/10000 [07:30<02:52, 16.22step/s]INFO 2026-03-04 14:18:06 ot_train.py:435 step:7K smpl:115K ep:421 epch:5.61 loss:0.218 grdn:12.741 lr:1.0e-05 updt_s:0.049 data_s:0.011
|
| 66 |
+
Training: 74%|████████████████████████████████████████████████████████████████████████████████████▎ | 7400/10000 [07:42<02:43, 15.95step/s]INFO 2026-03-04 14:18:18 ot_train.py:435 step:7K smpl:118K ep:433 epch:5.77 loss:0.212 grdn:12.937 lr:1.0e-05 updt_s:0.048 data_s:0.012
|
| 67 |
+
Training: 76%|██████████████████████████████████████████████████████████████████████████████████████▋ | 7599/10000 [07:54<02:28, 16.21step/s]INFO 2026-03-04 14:18:30 ot_train.py:435 step:8K smpl:122K ep:445 epch:5.93 loss:0.207 grdn:12.349 lr:1.0e-05 updt_s:0.049 data_s:0.012
|
| 68 |
+
Training: 78%|████████████████████████████████████████████████████████████████████████████████████████▉ | 7799/10000 [08:07<02:21, 15.52step/s]INFO 2026-03-04 14:18:43 ot_train.py:435 step:8K smpl:125K ep:456 epch:6.08 loss:0.209 grdn:12.830 lr:1.0e-05 updt_s:0.048 data_s:0.014
|
| 69 |
+
Training: 80%|███████████████████████████████████████████████████████████████████████████████████████████▏ | 7999/10000 [08:19<02:09, 15.42step/s]INFO 2026-03-04 14:18:55 ot_train.py:435 step:8K smpl:128K ep:468 epch:6.24 loss:0.198 grdn:12.319 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 70 |
+
Training: 82%|█████████████████████████████████████████████████████████████████████████████████████████████▍ | 8200/10000 [08:32<01:50, 16.27step/s]INFO 2026-03-04 14:19:07 ot_train.py:435 step:8K smpl:131K ep:480 epch:6.39 loss:0.201 grdn:12.736 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 71 |
+
Training: 84%|███████████████████████████████████████████████████████████████████████████████████████████████▋ | 8399/10000 [08:44<01:41, 15.75step/s]INFO 2026-03-04 14:19:20 ot_train.py:435 step:8K smpl:134K ep:491 epch:6.55 loss:0.195 grdn:12.163 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 72 |
+
Training: 86%|██████████████████████████████████████████████████████████████████████████████████████████████████ | 8600/10000 [08:56<01:22, 16.96step/s]INFO 2026-03-04 14:19:32 ot_train.py:435 step:9K smpl:138K ep:503 epch:6.71 loss:0.193 grdn:11.659 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 73 |
+
Training: 88%|████████████████████████████████████████████████████████████████████████████████████████████████████▎ | 8800/10000 [09:09<01:15, 15.89step/s]INFO 2026-03-04 14:19:44 ot_train.py:435 step:9K smpl:141K ep:515 epch:6.86 loss:0.185 grdn:11.555 lr:1.0e-05 updt_s:0.049 data_s:0.012
|
| 74 |
+
Training: 90%|██████████████████████████████████████████████████████████████████████████████████████████████████████▌ | 8999/10000 [09:21<01:06, 14.95step/s]INFO 2026-03-04 14:19:57 ot_train.py:435 step:9K smpl:144K ep:526 epch:7.02 loss:0.190 grdn:11.587 lr:1.0e-05 updt_s:0.048 data_s:0.015
|
| 75 |
+
Training: 92%|████████████████████████████████████████████████████████████████████████████████████████████████████████▉ | 9200/10000 [09:34<00:47, 16.82step/s]INFO 2026-03-04 14:20:10 ot_train.py:435 step:9K smpl:147K ep:538 epch:7.17 loss:0.183 grdn:11.656 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 76 |
+
Training: 94%|███████████████████████████████████████████████████████████████████████████████████████████████████████████▏ | 9400/10000 [09:46<00:35, 16.86step/s]INFO 2026-03-04 14:20:22 ot_train.py:435 step:9K smpl:150K ep:550 epch:7.33 loss:0.176 grdn:11.198 lr:1.0e-05 updt_s:0.049 data_s:0.013
|
| 77 |
+
Training: 96%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████▍ | 9599/10000 [09:59<00:24, 16.24step/s]INFO 2026-03-04 14:20:34 ot_train.py:435 step:10K smpl:154K ep:561 epch:7.49 loss:0.181 grdn:11.685 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 78 |
+
Training: 98%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████▋ | 9800/10000 [10:11<00:12, 16.64step/s]INFO 2026-03-04 14:20:47 ot_train.py:435 step:10K smpl:157K ep:573 epch:7.64 loss:0.180 grdn:11.303 lr:1.0e-05 updt_s:0.048 data_s:0.014
|
| 79 |
+
Training: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10000/10000 [10:24<00:00, 16.82step/s]INFO 2026-03-04 14:20:59 ot_train.py:435 step:10K smpl:160K ep:585 epch:7.80 loss:0.170 grdn:11.032 lr:1.0e-05 updt_s:0.048 data_s:0.013
|
| 80 |
+
INFO 2026-03-04 14:20:59 ot_train.py:455 Checkpoint policy after step 10000
|
| 81 |
+
Training: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 10000/10000 [10:26<00:00, 15.97step/s]
|
| 82 |
+
INFO 2026-03-04 14:21:02 ot_train.py:529 End of training
|
| 83 |
+
Traceback (most recent call last):
|
| 84 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 407, in hf_raise_for_status
|
| 85 |
+
response.raise_for_status()
|
| 86 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/requests/models.py", line 1026, in raise_for_status
|
| 87 |
+
raise HTTPError(http_error_msg, response=self)
|
| 88 |
+
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
| 89 |
+
|
| 90 |
+
The above exception was the direct cause of the following exception:
|
| 91 |
+
|
| 92 |
+
Traceback (most recent call last):
|
| 93 |
+
File "/home/student/lerobot-ros-agent/.venv/bin/lerobot-train", line 10, in <module>
|
| 94 |
+
sys.exit(main())
|
| 95 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/scripts/lerobot_train.py", line 547, in main
|
| 96 |
+
train()
|
| 97 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/configs/parser.py", line 233, in wrapper_inner
|
| 98 |
+
response = fn(cfg, *args, **kwargs)
|
| 99 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/scripts/lerobot_train.py", line 536, in train
|
| 100 |
+
unwrapped_policy.push_model_to_hub(cfg)
|
| 101 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/policies/pretrained.py", line 213, in push_model_to_hub
|
| 102 |
+
repo_id = api.create_repo(
|
| 103 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 104 |
+
return fn(*args, **kwargs)
|
| 105 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 3779, in create_repo
|
| 106 |
+
raise err
|
| 107 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 3766, in create_repo
|
| 108 |
+
hf_raise_for_status(r)
|
| 109 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 471, in hf_raise_for_status
|
| 110 |
+
raise _format(HfHubHTTPError, message, response) from e
|
| 111 |
+
huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-69a7cf4e-3c577e342ef9642a4d4b32a5;a1b5d0aa-c633-441f-9375-b73135dc5abd)
|
| 112 |
+
|
| 113 |
+
403 Forbidden: You don't have the rights to create a model under the namespace "ases200q2".
|
| 114 |
+
Cannot access content at: https://huggingface.co/api/repos/create.
|
| 115 |
+
Make sure your token has the correct permissions.
|
| 116 |
+
Traceback (most recent call last):
|
| 117 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 407, in hf_raise_for_status
|
| 118 |
+
response.raise_for_status()
|
| 119 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/requests/models.py", line 1026, in raise_for_status
|
| 120 |
+
raise HTTPError(http_error_msg, response=self)
|
| 121 |
+
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/repos/create
|
| 122 |
+
|
| 123 |
+
The above exception was the direct cause of the following exception:
|
| 124 |
+
|
| 125 |
+
Traceback (most recent call last):
|
| 126 |
+
File "/home/student/lerobot-ros-agent/.venv/bin/lerobot-train", line 10, in <module>
|
| 127 |
+
sys.exit(main())
|
| 128 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/scripts/lerobot_train.py", line 547, in main
|
| 129 |
+
train()
|
| 130 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/configs/parser.py", line 233, in wrapper_inner
|
| 131 |
+
response = fn(cfg, *args, **kwargs)
|
| 132 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/scripts/lerobot_train.py", line 536, in train
|
| 133 |
+
unwrapped_policy.push_model_to_hub(cfg)
|
| 134 |
+
File "/home/student/lerobot-ros-agent/lerobot/src/lerobot/policies/pretrained.py", line 213, in push_model_to_hub
|
| 135 |
+
repo_id = api.create_repo(
|
| 136 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
|
| 137 |
+
return fn(*args, **kwargs)
|
| 138 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 3779, in create_repo
|
| 139 |
+
raise err
|
| 140 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 3766, in create_repo
|
| 141 |
+
hf_raise_for_status(r)
|
| 142 |
+
File "/home/student/lerobot-ros-agent/.venv/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 471, in hf_raise_for_status
|
| 143 |
+
raise _format(HfHubHTTPError, message, response) from e
|
| 144 |
+
huggingface_hub.errors.HfHubHTTPError: (Request ID: Root=1-69a7cf4e-3c577e342ef9642a4d4b32a5;a1b5d0aa-c633-441f-9375-b73135dc5abd)
|
| 145 |
+
|
| 146 |
+
403 Forbidden: You don't have the rights to create a model under the namespace "ases200q2".
|
| 147 |
+
Cannot access content at: https://huggingface.co/api/repos/create.
|
| 148 |
+
Make sure your token has the correct permissions.
|
wandb/run-20260304_140945-diqtuoip/files/requirements.txt
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ros2interface==0.18.17
|
| 2 |
+
sros2==0.10.9
|
| 3 |
+
ros2controlcli==2.53.1
|
| 4 |
+
rqt-gui==1.1.9
|
| 5 |
+
examples-rclpy-minimal-service==0.15.5
|
| 6 |
+
ros2bag==0.15.16
|
| 7 |
+
rqt-plot==1.1.5
|
| 8 |
+
rqt-msg==1.2.0
|
| 9 |
+
ament-clang-format==0.12.15
|
| 10 |
+
rqt-srv==1.0.3
|
| 11 |
+
rqt-service-caller==1.0.5
|
| 12 |
+
osrf-pycommon==2.1.6
|
| 13 |
+
ros2component==0.18.17
|
| 14 |
+
rqt-py-console==1.0.2
|
| 15 |
+
launch-testing==1.0.14
|
| 16 |
+
ament-pep257==0.12.15
|
| 17 |
+
launch-testing-ros==0.19.13
|
| 18 |
+
ros2cli==0.18.17
|
| 19 |
+
examples-rclpy-minimal-subscriber==0.15.5
|
| 20 |
+
ament-cpplint==0.12.15
|
| 21 |
+
demo-nodes-py==0.20.8
|
| 22 |
+
rqt-shell==1.0.2
|
| 23 |
+
launch-ros==0.19.13
|
| 24 |
+
ros2pkg==0.18.17
|
| 25 |
+
domain-coordinator==0.10.0
|
| 26 |
+
ros2lifecycle==0.18.17
|
| 27 |
+
rosidl-runtime-py==0.9.3
|
| 28 |
+
tf2-tools==0.25.19
|
| 29 |
+
examples-rclpy-executors==0.15.5
|
| 30 |
+
ament-index-python==1.4.1
|
| 31 |
+
ament-uncrustify==0.12.15
|
| 32 |
+
examples-rclpy-minimal-publisher==0.15.5
|
| 33 |
+
ros2node==0.18.17
|
| 34 |
+
ros2action==0.18.17
|
| 35 |
+
rpyutils==0.2.2
|
| 36 |
+
topic-monitor==0.20.8
|
| 37 |
+
rqt-reconfigure==1.1.3
|
| 38 |
+
ros2launch==0.19.13
|
| 39 |
+
examples-rclpy-minimal-action-server==0.15.5
|
| 40 |
+
launch==1.0.14
|
| 41 |
+
ament-clang-tidy==0.12.15
|
| 42 |
+
teleop-twist-keyboard==2.4.1
|
| 43 |
+
ament-xmllint==0.12.15
|
| 44 |
+
rqt-bag==1.1.6
|
| 45 |
+
ros2run==0.18.17
|
| 46 |
+
ament-lint==0.12.15
|
| 47 |
+
examples-rclpy-minimal-action-client==0.15.5
|
| 48 |
+
quality-of-service-demo-py==0.20.8
|
| 49 |
+
ament-lint-cmake==0.12.15
|
| 50 |
+
ros2service==0.18.17
|
| 51 |
+
joint-state-publisher==2.4.0
|
| 52 |
+
rqt-console==2.0.3
|
| 53 |
+
ros2plugin==5.1.3
|
| 54 |
+
ros2topic==0.18.17
|
| 55 |
+
launch-yaml==1.0.14
|
| 56 |
+
ros2param==0.18.17
|
| 57 |
+
rqt-action==2.0.1
|
| 58 |
+
ros2doctor==0.18.17
|
| 59 |
+
examples-rclpy-minimal-client==0.15.5
|
| 60 |
+
rosidl-cli==3.1.8
|
| 61 |
+
ament-cppcheck==0.12.15
|
| 62 |
+
rqt-gui-py==1.1.9
|
| 63 |
+
rqt-publisher==1.5.0
|
| 64 |
+
sensor-msgs-py==4.9.1
|
| 65 |
+
urdfdom-py==1.2.1
|
| 66 |
+
generate-parameter-library-py==0.6.0
|
| 67 |
+
rqt-topic==1.5.1
|
| 68 |
+
joint-state-publisher-gui==2.4.0
|
| 69 |
+
action-tutorials-py==0.20.8
|
| 70 |
+
ros2multicast==0.18.17
|
| 71 |
+
tf2-ros-py==0.25.19
|
| 72 |
+
ament-package==0.14.2
|
| 73 |
+
launch-xml==1.0.14
|
| 74 |
+
ament-copyright==0.12.15
|
| 75 |
+
rqt-graph==1.3.2
|
| 76 |
+
rqt-bag-plugins==1.1.6
|
| 77 |
+
ament-flake8==0.12.15
|
| 78 |
+
qt-gui-py-common==2.2.4
|
| 79 |
+
action-msgs==1.2.2
|
| 80 |
+
qt-dotgraph==2.2.4
|
| 81 |
+
unique-identifier-msgs==2.2.1
|
| 82 |
+
ros-gz-interfaces==0.244.22
|
| 83 |
+
vision-msgs==4.1.1
|
| 84 |
+
theora-image-transport==2.5.4
|
| 85 |
+
tf2-kdl==0.25.19
|
| 86 |
+
visualization-msgs==4.9.1
|
| 87 |
+
tf2-msgs==0.25.19
|
| 88 |
+
rcutils==5.1.8
|
| 89 |
+
controller-manager==2.53.1
|
| 90 |
+
tf2-sensor-msgs==0.25.19
|
| 91 |
+
resource-retriever==3.1.3
|
| 92 |
+
stereo-msgs==4.9.1
|
| 93 |
+
rosidl-cmake==3.1.8
|
| 94 |
+
rosidl-typesupport-introspection-c==3.1.8
|
| 95 |
+
example-interfaces==0.9.3
|
| 96 |
+
diagnostic-msgs==4.9.1
|
| 97 |
+
python-qt-binding==1.1.3
|
| 98 |
+
rqt-py-common==1.1.9
|
| 99 |
+
tf2-py==0.25.19
|
| 100 |
+
nav-msgs==4.9.1
|
| 101 |
+
sensor-msgs==4.9.1
|
| 102 |
+
qt-gui-cpp==2.2.4
|
| 103 |
+
object-recognition-msgs==2.0.0
|
| 104 |
+
rosidl-generator-cpp==3.1.8
|
| 105 |
+
rosgraph-msgs==1.2.2
|
| 106 |
+
rosidl-typesupport-fastrtps-c==2.2.4
|
| 107 |
+
action-tutorials-interfaces==0.20.8
|
| 108 |
+
rclpy==3.3.20
|
| 109 |
+
pendulum-msgs==0.20.8
|
| 110 |
+
franka-gripper==1.0.0
|
| 111 |
+
srdfdom==2.0.7
|
| 112 |
+
rosidl-generator-py==0.14.6
|
| 113 |
+
rmw-dds-common==1.6.0
|
| 114 |
+
ament-cmake-test==1.3.13
|
| 115 |
+
rosidl-adapter==3.1.8
|
| 116 |
+
rosbag2-interfaces==0.15.16
|
| 117 |
+
angles==1.15.0
|
| 118 |
+
lifecycle-msgs==1.2.2
|
| 119 |
+
message-filters==4.3.14
|
| 120 |
+
rcl-interfaces==1.2.2
|
| 121 |
+
qt-gui==2.2.4
|
| 122 |
+
gps-msgs==2.1.1
|
| 123 |
+
moveit-msgs==2.2.1
|
| 124 |
+
geometry-msgs==4.9.1
|
| 125 |
+
rosidl-typesupport-introspection-cpp==3.1.8
|
| 126 |
+
rosidl-generator-c==3.1.8
|
| 127 |
+
rosidl-typesupport-cpp==2.0.2
|
| 128 |
+
tf2-geometry-msgs==0.25.19
|
| 129 |
+
laser-geometry==2.4.1
|
| 130 |
+
cv-bridge==3.2.1
|
| 131 |
+
actionlib-msgs==4.9.1
|
| 132 |
+
logging-demo==0.20.8
|
| 133 |
+
statistics-msgs==1.2.2
|
| 134 |
+
std-msgs==4.9.1
|
| 135 |
+
turtlesim==1.4.3
|
| 136 |
+
franka-msgs==1.0.0
|
| 137 |
+
pcl-msgs==1.0.0
|
| 138 |
+
rosidl-typesupport-fastrtps-cpp==2.2.4
|
| 139 |
+
xacro==2.1.1
|
| 140 |
+
rosidl-typesupport-c==2.0.2
|
| 141 |
+
image-geometry==3.2.1
|
| 142 |
+
interactive-markers==2.3.2
|
| 143 |
+
std-srvs==4.9.1
|
| 144 |
+
shape-msgs==4.9.1
|
| 145 |
+
builtin-interfaces==1.2.2
|
| 146 |
+
rosbag2-py==0.15.16
|
| 147 |
+
actuator-msgs==0.0.1
|
| 148 |
+
control-msgs==4.8.0
|
| 149 |
+
rosidl-parser==3.1.8
|
| 150 |
+
map-msgs==2.1.0
|
| 151 |
+
trajectory-msgs==4.9.1
|
| 152 |
+
octomap-msgs==2.0.1
|
| 153 |
+
composition-interfaces==1.2.2
|
| 154 |
+
controller-manager-msgs==2.53.1
|
| 155 |
+
uvicorn==0.41.0
|
| 156 |
+
typer==0.23.1
|
| 157 |
+
mergedeep==1.3.4
|
| 158 |
+
prompt_toolkit==3.0.52
|
| 159 |
+
threadpoolctl==3.6.0
|
| 160 |
+
nvidia-curand-cu12==10.3.9.90
|
| 161 |
+
fonttools==4.61.1
|
| 162 |
+
safetensors==0.7.0
|
| 163 |
+
diffusers==0.35.2
|
| 164 |
+
deepdiff==8.6.1
|
| 165 |
+
google-genai==1.65.0
|
| 166 |
+
Farama-Notifications==0.0.4
|
| 167 |
+
pydantic_core==2.41.5
|
| 168 |
+
rsa==4.9.1
|
| 169 |
+
dill==0.4.0
|
| 170 |
+
numpy==1.26.4
|
| 171 |
+
python-dateutil==2.9.0.post0
|
| 172 |
+
huggingface-hub==0.35.3
|
| 173 |
+
lazy_loader==0.4
|
| 174 |
+
pydub==0.25.1
|
| 175 |
+
scipy==1.15.3
|
| 176 |
+
imageio-ffmpeg==0.6.0
|
| 177 |
+
gTTS==2.5.4
|
| 178 |
+
pydantic==2.12.5
|
| 179 |
+
nvidia-cuda-cupti-cu12==12.8.90
|
| 180 |
+
docopt==0.6.2
|
| 181 |
+
fastapi==0.135.1
|
| 182 |
+
av==15.1.0
|
| 183 |
+
python-multipart==0.0.22
|
| 184 |
+
h11==0.16.0
|
| 185 |
+
aiohappyeyeballs==2.6.1
|
| 186 |
+
evdev==1.9.3
|
| 187 |
+
joblib==1.5.3
|
| 188 |
+
zipp==3.23.0
|
| 189 |
+
transformers==4.57.6
|
| 190 |
+
pyyaml-include==1.4.1
|
| 191 |
+
frozenlist==1.8.0
|
| 192 |
+
numba==0.64.0
|
| 193 |
+
Jinja2==3.1.6
|
| 194 |
+
xxhash==3.6.0
|
| 195 |
+
nvidia-cusparselt-cu12==0.7.1
|
| 196 |
+
requests==2.32.5
|
| 197 |
+
pyasn1==0.6.2
|
| 198 |
+
gradio==6.8.0
|
| 199 |
+
llvmlite==0.46.0
|
| 200 |
+
pandas==2.3.3
|
| 201 |
+
sniffio==1.3.1
|
| 202 |
+
filelock==3.20.0
|
| 203 |
+
httpx==0.28.1
|
| 204 |
+
lerobot-teleoperator-devices==0.1.0
|
| 205 |
+
nvidia-cusolver-cu12==11.7.3.90
|
| 206 |
+
six==1.17.0
|
| 207 |
+
aiofiles==24.1.0
|
| 208 |
+
gymnasium==1.2.3
|
| 209 |
+
MarkupSafe==3.0.2
|
| 210 |
+
hf-xet==1.3.2
|
| 211 |
+
cffi==2.0.0
|
| 212 |
+
smmap==5.0.2
|
| 213 |
+
async-timeout==5.0.1
|
| 214 |
+
Pygments==2.19.2
|
| 215 |
+
rich==14.3.3
|
| 216 |
+
toml==0.10.2
|
| 217 |
+
torchvision==0.25.0+cu128
|
| 218 |
+
httpcore==1.0.9
|
| 219 |
+
multidict==6.7.1
|
| 220 |
+
websockets==16.0
|
| 221 |
+
openai==2.24.0
|
| 222 |
+
pycparser==3.0
|
| 223 |
+
lerobot==0.4.3
|
| 224 |
+
pyserial==3.5
|
| 225 |
+
typing-inspection==0.4.2
|
| 226 |
+
tqdm==4.67.3
|
| 227 |
+
ImageIO==2.37.2
|
| 228 |
+
soundfile==0.13.1
|
| 229 |
+
opencv-python==4.9.0.80
|
| 230 |
+
hf_transfer==0.1.9
|
| 231 |
+
shellingham==1.5.4
|
| 232 |
+
groovy==0.1.2
|
| 233 |
+
tzdata==2025.3
|
| 234 |
+
wandb==0.21.4
|
| 235 |
+
distro==1.9.0
|
| 236 |
+
torch==2.10.0+cu128
|
| 237 |
+
pyarrow==23.0.1
|
| 238 |
+
nvidia-cufft-cu12==11.3.3.83
|
| 239 |
+
sentry-sdk==2.53.0
|
| 240 |
+
nvidia-cuda-nvrtc-cu12==12.8.93
|
| 241 |
+
gradio_client==2.2.0
|
| 242 |
+
pooch==1.9.0
|
| 243 |
+
jiter==0.13.0
|
| 244 |
+
decorator==5.2.1
|
| 245 |
+
protobuf==6.33.5
|
| 246 |
+
termcolor==3.3.0
|
| 247 |
+
GitPython==3.1.46
|
| 248 |
+
annotated-doc==0.0.4
|
| 249 |
+
cuda-pathfinder==1.2.2
|
| 250 |
+
tokenizers==0.22.2
|
| 251 |
+
nvidia-cudnn-cu12==9.10.2.21
|
| 252 |
+
aiohttp==3.13.3
|
| 253 |
+
mpmath==1.3.0
|
| 254 |
+
markdown-it-py==4.0.0
|
| 255 |
+
cloudpickle==3.1.2
|
| 256 |
+
safehttpx==0.1.7
|
| 257 |
+
nvidia-cusparse-cu12==12.5.8.93
|
| 258 |
+
librosa==0.11.0
|
| 259 |
+
tomlkit==0.13.3
|
| 260 |
+
attrs==25.4.0
|
| 261 |
+
cycler==0.12.1
|
| 262 |
+
contourpy==1.3.2
|
| 263 |
+
lerobot-robot-ros==0.1.0
|
| 264 |
+
python-xlib==0.33
|
| 265 |
+
pynput==1.8.1
|
| 266 |
+
tenacity==9.1.4
|
| 267 |
+
sympy==1.14.0
|
| 268 |
+
pillow==12.0.0
|
| 269 |
+
audioread==3.1.0
|
| 270 |
+
exceptiongroup==1.3.1
|
| 271 |
+
pytz==2025.2
|
| 272 |
+
matplotlib==3.10.8
|
| 273 |
+
packaging==25.0
|
| 274 |
+
regex==2026.2.28
|
| 275 |
+
aiosignal==1.4.0
|
| 276 |
+
msgpack==1.1.2
|
| 277 |
+
propcache==0.4.1
|
| 278 |
+
accelerate==1.12.0
|
| 279 |
+
pfzy==0.3.4
|
| 280 |
+
nvidia-nccl-cu12==2.27.5
|
| 281 |
+
pyrealsense2==2.56.5.9235
|
| 282 |
+
nvidia-nvtx-cu12==12.8.90
|
| 283 |
+
einops==0.8.2
|
| 284 |
+
nvidia-cublas-cu12==12.8.4.1
|
| 285 |
+
fsspec==2025.9.0
|
| 286 |
+
typing_extensions==4.15.0
|
| 287 |
+
cmake==4.1.3
|
| 288 |
+
scikit-learn==1.7.2
|
| 289 |
+
certifi==2026.2.25
|
| 290 |
+
cryptography==46.0.5
|
| 291 |
+
mdurl==0.1.2
|
| 292 |
+
psutil==7.2.2
|
| 293 |
+
charset-normalizer==3.4.4
|
| 294 |
+
jsonlines==4.0.0
|
| 295 |
+
click==8.1.8
|
| 296 |
+
semantic-version==2.10.0
|
| 297 |
+
google-auth==2.48.0
|
| 298 |
+
mypy_extensions==1.1.0
|
| 299 |
+
PyYAML==6.0.3
|
| 300 |
+
torchaudio==2.10.0+cu128
|
| 301 |
+
networkx==3.4.2
|
| 302 |
+
annotated-types==0.7.0
|
| 303 |
+
setuptools==80.10.2
|
| 304 |
+
inquirerpy==0.3.4
|
| 305 |
+
multiprocess==0.70.16
|
| 306 |
+
gitdb==4.0.12
|
| 307 |
+
nvidia-cufile-cu12==1.13.1.3
|
| 308 |
+
transforms3d==0.4.2
|
| 309 |
+
num2words==0.5.14
|
| 310 |
+
cuda-bindings==12.9.4
|
| 311 |
+
opencv-python-headless==4.9.0.80
|
| 312 |
+
platformdirs==4.9.2
|
| 313 |
+
brotli==1.2.0
|
| 314 |
+
kiwisolver==1.4.9
|
| 315 |
+
orjson==3.11.7
|
| 316 |
+
nvidia-cuda-runtime-cu12==12.8.90
|
| 317 |
+
urllib3==2.6.3
|
| 318 |
+
pyparsing==3.3.2
|
| 319 |
+
ffmpy==1.0.0
|
| 320 |
+
triton==3.6.0
|
| 321 |
+
datasets==4.1.1
|
| 322 |
+
orderly-set==5.5.0
|
| 323 |
+
lerobot-ros-agent==0.1.0
|
| 324 |
+
importlib_metadata==8.7.1
|
| 325 |
+
pyasn1_modules==0.4.2
|
| 326 |
+
rerun-sdk==0.23.1
|
| 327 |
+
soxr==1.0.0
|
| 328 |
+
starlette==0.52.1
|
| 329 |
+
typing-inspect==0.9.0
|
| 330 |
+
idna==3.11
|
| 331 |
+
anyio==4.12.1
|
| 332 |
+
nvidia-nvjitlink-cu12==12.8.93
|
| 333 |
+
draccus==0.10.0
|
| 334 |
+
nvidia-nvshmem-cu12==3.4.5
|
| 335 |
+
wcwidth==0.6.0
|
| 336 |
+
yarl==1.23.0
|
| 337 |
+
lerobot==0.4.3
|
wandb/run-20260304_140945-diqtuoip/files/wandb-metadata.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"os": "Linux-6.8.0-94-generic-x86_64-with-glibc2.35",
|
| 3 |
+
"python": "CPython 3.10.12",
|
| 4 |
+
"startedAt": "2026-03-04T06:09:45.023143Z",
|
| 5 |
+
"args": [
|
| 6 |
+
"--dataset.repo_id=TInkybala/Real_Panda_CartesianVel_Screwdriver_2",
|
| 7 |
+
"--dataset.streaming=false",
|
| 8 |
+
"--dataset.video_backend=pyav",
|
| 9 |
+
"--output_dir=outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 10 |
+
"--job_name=panda_pick_cube_act",
|
| 11 |
+
"--policy.device=cuda",
|
| 12 |
+
"--wandb.enable=true",
|
| 13 |
+
"--policy.push_to_hub=true",
|
| 14 |
+
"--policy.repo_id=ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 15 |
+
"--batch_size=16",
|
| 16 |
+
"--steps=10000",
|
| 17 |
+
"--policy.type=act"
|
| 18 |
+
],
|
| 19 |
+
"program": "/home/student/lerobot-ros-agent/.venv/bin/lerobot-train",
|
| 20 |
+
"codePath": ".venv/bin/lerobot-train",
|
| 21 |
+
"codePathLocal": ".venv/bin/lerobot-train",
|
| 22 |
+
"git": {
|
| 23 |
+
"remote": "git@github.com:ases200q2/lerobot-ros-agent.git",
|
| 24 |
+
"commit": "5b4a3ddfb23a28dbc748a2a3e899490de720cf66"
|
| 25 |
+
},
|
| 26 |
+
"root": "outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940",
|
| 27 |
+
"host": "Solaris",
|
| 28 |
+
"executable": "/home/student/lerobot-ros-agent/.venv/bin/python3",
|
| 29 |
+
"cpu_count": 24,
|
| 30 |
+
"cpu_count_logical": 24,
|
| 31 |
+
"gpu": "NVIDIA GeForce RTX 5090",
|
| 32 |
+
"gpu_count": 2,
|
| 33 |
+
"disk": {
|
| 34 |
+
"/": {
|
| 35 |
+
"total": "3739184947200",
|
| 36 |
+
"used": "2264497455104"
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"memory": {
|
| 40 |
+
"total": "267371859968"
|
| 41 |
+
},
|
| 42 |
+
"gpu_nvidia": [
|
| 43 |
+
{
|
| 44 |
+
"name": "NVIDIA GeForce RTX 5090",
|
| 45 |
+
"memoryTotal": "34190917632",
|
| 46 |
+
"cudaCores": 21760,
|
| 47 |
+
"architecture": "Blackwell",
|
| 48 |
+
"uuid": "GPU-dc74e335-c883-5cd5-1542-7925122fbe20"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"name": "NVIDIA GeForce RTX 5090",
|
| 52 |
+
"memoryTotal": "34190917632",
|
| 53 |
+
"cudaCores": 21760,
|
| 54 |
+
"architecture": "Blackwell",
|
| 55 |
+
"uuid": "GPU-f2151210-e335-fb77-1202-86e2b7551577"
|
| 56 |
+
}
|
| 57 |
+
],
|
| 58 |
+
"cudaVersion": "13.0",
|
| 59 |
+
"writerId": "kzmit8h4wvfgddv7bc7jhxreq57vjcrz"
|
| 60 |
+
}
|
wandb/run-20260304_140945-diqtuoip/files/wandb-summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"train/steps":10000,"train/epochs":7.798411073743725,"_step":10000,"train/samples":160000,"_runtime":676.817510498,"train/grad_norm":11.031659348011017,"train/lr":1.0000000000000021e-05,"train/l1_loss":0.1054336354136467,"train/dataloading_s":0.012938795557711274,"_wandb":{"runtime":676},"train/update_s":0.048201626453083006,"_timestamp":1.7726052598593383e+09,"train/kld_loss":0.0029805414378643036,"train/loss":0.17013575233519077,"train/episodes":584.8808305307793}
|
wandb/run-20260304_140945-diqtuoip/logs/debug-core.log
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-04T14:09:45.03252953+08:00","level":"INFO","msg":"main: starting server","port-filename":"/tmp/tmppprnklb7/port-2618319.txt","pid":2618319,"log-level":0,"disable-analytics":false,"shutdown-on-parent-exit":false,"enable-dcgm-profiling":false}
|
| 2 |
+
{"time":"2026-03-04T14:09:45.032833733+08:00","level":"INFO","msg":"server: will exit if parent process dies","ppid":2618319}
|
| 3 |
+
{"time":"2026-03-04T14:09:45.032809568+08:00","level":"INFO","msg":"server: accepting connections","addr":{"Name":"/tmp/wandb-2618319-2618451-269653006/socket","Net":"unix"}}
|
| 4 |
+
{"time":"2026-03-04T14:09:45.226881489+08:00","level":"INFO","msg":"connection: ManageConnectionData: new connection created","id":"1(@)"}
|
| 5 |
+
{"time":"2026-03-04T14:09:45.236050278+08:00","level":"INFO","msg":"handleInformInit: received","streamId":"diqtuoip","id":"1(@)"}
|
| 6 |
+
{"time":"2026-03-04T14:09:45.585069692+08:00","level":"INFO","msg":"handleInformInit: stream started","streamId":"diqtuoip","id":"1(@)"}
|
| 7 |
+
{"time":"2026-03-04T14:21:02.799507534+08:00","level":"INFO","msg":"handleInformTeardown: server teardown initiated","id":"1(@)"}
|
| 8 |
+
{"time":"2026-03-04T14:21:02.79954026+08:00","level":"INFO","msg":"server is shutting down"}
|
| 9 |
+
{"time":"2026-03-04T14:21:02.799536339+08:00","level":"INFO","msg":"connection: closing","id":"1(@)"}
|
| 10 |
+
{"time":"2026-03-04T14:21:02.799586648+08:00","level":"INFO","msg":"server: listener closed","addr":{"Name":"/tmp/wandb-2618319-2618451-269653006/socket","Net":"unix"}}
|
| 11 |
+
{"time":"2026-03-04T14:21:02.799600143+08:00","level":"INFO","msg":"connection: closed successfully","id":"1(@)"}
|
| 12 |
+
{"time":"2026-03-04T14:21:29.327611834+08:00","level":"ERROR","msg":"processOutgoingData: flush error","error":"write unix /tmp/wandb-2618319-2618451-269653006/socket->@: use of closed network connection","id":"1(@)"}
|
| 13 |
+
{"time":"2026-03-04T14:21:29.705127704+08:00","level":"INFO","msg":"handleInformTeardown: server shutdown complete","id":"1(@)"}
|
| 14 |
+
{"time":"2026-03-04T14:21:29.705148659+08:00","level":"INFO","msg":"connection: ManageConnectionData: connection closed","id":"1(@)"}
|
| 15 |
+
{"time":"2026-03-04T14:21:29.705152877+08:00","level":"INFO","msg":"server is closed"}
|
wandb/run-20260304_140945-diqtuoip/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-04T14:09:45.236123387+08:00","level":"INFO","msg":"stream: starting","core version":"0.21.4"}
|
| 2 |
+
{"time":"2026-03-04T14:09:45.585048747+08:00","level":"INFO","msg":"stream: created new stream","id":"diqtuoip"}
|
| 3 |
+
{"time":"2026-03-04T14:09:45.585067369+08:00","level":"INFO","msg":"stream: started","id":"diqtuoip"}
|
| 4 |
+
{"time":"2026-03-04T14:09:45.585552801+08:00","level":"INFO","msg":"handler: started","stream_id":"diqtuoip"}
|
| 5 |
+
{"time":"2026-03-04T14:09:45.585568447+08:00","level":"INFO","msg":"writer: started","stream_id":"diqtuoip"}
|
| 6 |
+
{"time":"2026-03-04T14:09:45.585649423+08:00","level":"INFO","msg":"sender: started","stream_id":"diqtuoip"}
|
| 7 |
+
{"time":"2026-03-04T14:21:02.79952868+08:00","level":"INFO","msg":"stream: closing","id":"diqtuoip"}
|
| 8 |
+
{"time":"2026-03-04T14:21:29.377681027+08:00","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 9 |
+
{"time":"2026-03-04T14:21:29.690532138+08:00","level":"INFO","msg":"handler: closed","stream_id":"diqtuoip"}
|
| 10 |
+
{"time":"2026-03-04T14:21:29.690584006+08:00","level":"INFO","msg":"sender: closed","stream_id":"diqtuoip"}
|
| 11 |
+
{"time":"2026-03-04T14:21:29.690588351+08:00","level":"INFO","msg":"stream: closed","id":"diqtuoip"}
|
wandb/run-20260304_140945-diqtuoip/logs/debug.log
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Current SDK version is 0.21.4
|
| 2 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Configure stats pid to 2618319
|
| 3 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from /home/student/.config/wandb/settings
|
| 4 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from /home/student/lerobot-ros-agent/wandb/settings
|
| 5 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_setup.py:_flush():81] Loading settings from environment variables
|
| 6 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:setup_run_log_directory():686] Logging user logs to outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940/wandb/run-20260304_140945-diqtuoip/logs/debug.log
|
| 7 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:setup_run_log_directory():687] Logging internal logs to outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940/wandb/run-20260304_140945-diqtuoip/logs/debug-internal.log
|
| 8 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():813] calling init triggers
|
| 9 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():818] wandb.init called with sweep_config: {}
|
| 10 |
+
config: {'dataset': {'repo_id': 'TInkybala/Real_Panda_CartesianVel_Screwdriver_2', 'root': None, 'episodes': None, 'image_transforms': {'enable': False, 'max_num_transforms': 3, 'random_order': False, 'tfs': {'brightness': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'brightness': [0.8, 1.2]}}, 'contrast': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'contrast': [0.8, 1.2]}}, 'saturation': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'saturation': [0.5, 1.5]}}, 'hue': {'weight': 1.0, 'type': 'ColorJitter', 'kwargs': {'hue': [-0.05, 0.05]}}, 'sharpness': {'weight': 1.0, 'type': 'SharpnessJitter', 'kwargs': {'sharpness': [0.5, 1.5]}}, 'affine': {'weight': 1.0, 'type': 'RandomAffine', 'kwargs': {'degrees': [-5.0, 5.0], 'translate': [0.05, 0.05]}}}}, 'revision': None, 'use_imagenet_stats': True, 'video_backend': 'pyav', 'streaming': False}, 'env': None, 'policy': {'type': 'act', 'n_obs_steps': 1, 'input_features': {}, 'output_features': {}, 'device': 'cuda', 'use_amp': False, 'use_peft': False, 'push_to_hub': True, 'repo_id': 'ases200q2/Real_Panda_PickScrewdriver_act_20260304_140940', 'private': None, 'tags': None, 'license': None, 'pretrained_path': None, 'chunk_size': 100, 'n_action_steps': 100, 'normalization_mapping': {'VISUAL': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'STATE': <NormalizationMode.MEAN_STD: 'MEAN_STD'>, 'ACTION': <NormalizationMode.MEAN_STD: 'MEAN_STD'>}, 'vision_backbone': 'resnet18', 'pretrained_backbone_weights': 'ResNet18_Weights.IMAGENET1K_V1', 'replace_final_stride_with_dilation': False, 'pre_norm': False, 'dim_model': 512, 'n_heads': 8, 'dim_feedforward': 3200, 'feedforward_activation': 'relu', 'n_encoder_layers': 4, 'n_decoder_layers': 1, 'use_vae': True, 'latent_dim': 32, 'n_vae_encoder_layers': 4, 'temporal_ensemble_coeff': None, 'dropout': 0.1, 'kl_weight': 10.0, 'optimizer_lr': 1e-05, 'optimizer_weight_decay': 0.0001, 'optimizer_lr_backbone': 1e-05}, 'output_dir': 'outputs/train/ases200q2_Real_Panda_PickScrewdriver_act_20260304_140940', 'job_name': 'panda_pick_cube_act', 'resume': False, 'seed': 1000, 'num_workers': 4, 'batch_size': 16, 'steps': 10000, 'eval_freq': 20000, 'log_freq': 200, 'tolerance_s': 0.0001, 'save_checkpoint': True, 'save_freq': 20000, 'use_policy_training_preset': True, 'optimizer': {'type': 'adamw', 'lr': 1e-05, 'weight_decay': 0.0001, 'grad_clip_norm': 10.0, 'betas': [0.9, 0.999], 'eps': 1e-08}, 'scheduler': None, 'eval': {'n_episodes': 50, 'batch_size': 50, 'use_async_envs': False}, 'wandb': {'enable': True, 'disable_artifact': False, 'project': 'lerobot', 'entity': None, 'notes': None, 'run_id': None, 'mode': None}, 'peft': None, 'use_rabc': False, 'rabc_progress_path': None, 'rabc_kappa': 0.01, 'rabc_epsilon': 1e-06, 'rabc_head_mode': 'sparse', 'rename_map': {}, 'checkpoint_path': None, '_wandb': {}}
|
| 11 |
+
2026-03-04 14:09:45,023 INFO MainThread:2618319 [wandb_init.py:init():854] starting backend
|
| 12 |
+
2026-03-04 14:09:45,226 INFO MainThread:2618319 [wandb_init.py:init():857] sending inform_init request
|
| 13 |
+
2026-03-04 14:09:45,228 INFO MainThread:2618319 [wandb_init.py:init():865] backend started and connected
|
| 14 |
+
2026-03-04 14:09:45,230 INFO MainThread:2618319 [wandb_init.py:init():936] updated telemetry
|
| 15 |
+
2026-03-04 14:09:45,236 INFO MainThread:2618319 [wandb_init.py:init():960] communicating run to backend with 90.0 second timeout
|
| 16 |
+
2026-03-04 14:09:45,981 INFO MainThread:2618319 [wandb_init.py:init():1011] starting run threads in backend
|
| 17 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_console_start():2506] atexit reg
|
| 18 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2354] redirect: wrap_raw
|
| 19 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2423] Wrapping output streams.
|
| 20 |
+
2026-03-04 14:09:46,046 INFO MainThread:2618319 [wandb_run.py:_redirect():2446] Redirects installed.
|
| 21 |
+
2026-03-04 14:09:46,049 INFO MainThread:2618319 [wandb_init.py:init():1049] run started, returning control to user process
|
| 22 |
+
2026-03-04 14:21:02,799 INFO wandb-AsyncioManager-main:2618319 [service_client.py:_forward_responses():84] Reached EOF.
|
| 23 |
+
2026-03-04 14:21:02,799 INFO wandb-AsyncioManager-main:2618319 [mailbox.py:close():137] Closing mailbox, abandoning 2 handles.
|
wandb/run-20260304_140945-diqtuoip/run-diqtuoip.wandb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:256f631ebd43432a8c5fc053c9942258f4833a752305d2a9ba50a46c7f5b3f92
|
| 3 |
+
size 1929499
|