Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- checkpoint_005000/config.json +77 -0
- checkpoint_005000/model.safetensors +3 -0
- checkpoint_005000/policy_postprocessor.json +32 -0
- checkpoint_005000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_005000/policy_preprocessor.json +70 -0
- checkpoint_005000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_005000/training_metadata.json +24 -0
- checkpoint_005000/training_state.pt +3 -0
- checkpoint_010000/config.json +77 -0
- checkpoint_010000/model.safetensors +3 -0
- checkpoint_010000/policy_postprocessor.json +32 -0
- checkpoint_010000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_010000/policy_preprocessor.json +70 -0
- checkpoint_010000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_010000/training_metadata.json +24 -0
- checkpoint_010000/training_state.pt +3 -0
- checkpoint_015000/config.json +77 -0
- checkpoint_015000/model.safetensors +3 -0
- checkpoint_015000/policy_postprocessor.json +32 -0
- checkpoint_015000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_015000/policy_preprocessor.json +70 -0
- checkpoint_015000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_015000/training_metadata.json +24 -0
- checkpoint_015000/training_state.pt +3 -0
- checkpoint_020000/config.json +77 -0
- checkpoint_020000/model.safetensors +3 -0
- checkpoint_020000/policy_postprocessor.json +32 -0
- checkpoint_020000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_020000/policy_preprocessor.json +70 -0
- checkpoint_020000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_020000/training_metadata.json +24 -0
- checkpoint_020000/training_state.pt +3 -0
- checkpoint_025000/config.json +77 -0
- checkpoint_025000/model.safetensors +3 -0
- checkpoint_025000/policy_postprocessor.json +32 -0
- checkpoint_025000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_025000/policy_preprocessor.json +70 -0
- checkpoint_025000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_025000/training_metadata.json +24 -0
- checkpoint_025000/training_state.pt +3 -0
- checkpoint_030000/config.json +77 -0
- checkpoint_030000/model.safetensors +3 -0
- checkpoint_030000/policy_postprocessor.json +32 -0
- checkpoint_030000/policy_postprocessor_step_0_unnormalizer_processor.safetensors +3 -0
- checkpoint_030000/policy_preprocessor.json +70 -0
- checkpoint_030000/policy_preprocessor_step_3_normalizer_processor.safetensors +3 -0
- checkpoint_030000/training_metadata.json +24 -0
- checkpoint_030000/training_state.pt +3 -0
- checkpoint_035000/config.json +77 -0
- checkpoint_035000/model.safetensors +3 -0
checkpoint_005000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_005000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82529bf8a83742c4b7ee09b416785cb16aa95c78563127e7b499418e30da9316
|
| 3 |
+
size 506090064
|
checkpoint_005000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_005000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_005000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_005000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_005000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_005000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:070a3965f902379c5008237f52a2e971e02576a9aa52e026d4e67d1fef43d79b
|
| 3 |
+
size 1011934044
|
checkpoint_010000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_010000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e0f4dbfa02f5b5ef7214fe9be5f201bceb664346a1ebcc22392321d78ffe6ca
|
| 3 |
+
size 506090064
|
checkpoint_010000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_010000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_010000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_010000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_010000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_010000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d38e668e425ebf142475afbadd8441cad1b3e7f2cc5b90a0f7bdfd2652b06ab8
|
| 3 |
+
size 1011934044
|
checkpoint_015000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_015000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c223f3d0c673d25c34223657f390a0730c6a04dd4135af65466311174b38584
|
| 3 |
+
size 506090064
|
checkpoint_015000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_015000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_015000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_015000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_015000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_015000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd095d53858e98b298a29115ee8cd5da20afa091ef9c32b60711f9ef700608fa
|
| 3 |
+
size 1011934044
|
checkpoint_020000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_020000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57eb6a6aef519412f91378d55d917491042f5e7e24ae110e6417308c530b59f4
|
| 3 |
+
size 506090064
|
checkpoint_020000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_020000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_020000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_020000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_020000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_020000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57c4239d5e4ac85576311f13da64d7f3691dc9f8d0dcfed3cce2bc47afd961fd
|
| 3 |
+
size 1011934044
|
checkpoint_025000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_025000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7a04ec7a593fac9c7aa85510f949a4c1a51c806b5d3aed96c82180fd138eaf3
|
| 3 |
+
size 506090064
|
checkpoint_025000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_025000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_025000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_025000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_025000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_025000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13221e773d09bc8dab95dff9044daab59d11fa202cf90ce4ca90e4a05f293dc3
|
| 3 |
+
size 1011934044
|
checkpoint_030000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_030000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6884011cd9020d446a6dabf604bfe41be87f8ab58bf6545ab61e47cc7b3966f3
|
| 3 |
+
size 506090064
|
checkpoint_030000/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 |
+
6
|
| 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 |
+
}
|
checkpoint_030000/policy_postprocessor_step_0_unnormalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_030000/policy_preprocessor.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
6
|
| 30 |
+
]
|
| 31 |
+
},
|
| 32 |
+
"observation.images.wrist_cam": {
|
| 33 |
+
"type": "VISUAL",
|
| 34 |
+
"shape": [
|
| 35 |
+
3,
|
| 36 |
+
480,
|
| 37 |
+
640
|
| 38 |
+
]
|
| 39 |
+
},
|
| 40 |
+
"observation.images.overhead_cam": {
|
| 41 |
+
"type": "VISUAL",
|
| 42 |
+
"shape": [
|
| 43 |
+
3,
|
| 44 |
+
480,
|
| 45 |
+
640
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"observation.environment_state": {
|
| 49 |
+
"type": "STATE",
|
| 50 |
+
"shape": [
|
| 51 |
+
2
|
| 52 |
+
]
|
| 53 |
+
},
|
| 54 |
+
"action": {
|
| 55 |
+
"type": "ACTION",
|
| 56 |
+
"shape": [
|
| 57 |
+
6
|
| 58 |
+
]
|
| 59 |
+
}
|
| 60 |
+
},
|
| 61 |
+
"norm_map": {
|
| 62 |
+
"VISUAL": "MEAN_STD",
|
| 63 |
+
"STATE": "MEAN_STD",
|
| 64 |
+
"ACTION": "MEAN_STD"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"state_file": "policy_preprocessor_step_3_normalizer_processor.safetensors"
|
| 68 |
+
}
|
| 69 |
+
]
|
| 70 |
+
}
|
checkpoint_030000/policy_preprocessor_step_3_normalizer_processor.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85325da9ade23a82332a7b5e6e49f806563977f2c6a3b2f89a1c95744ea0610
|
| 3 |
+
size 960
|
checkpoint_030000/training_metadata.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "danbhf/sim_pick_place_2pos_220ep_v2",
|
| 3 |
+
"model_type": "act_vit",
|
| 4 |
+
"vision_backbone": "vit_b_16",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"wrist_cam",
|
| 7 |
+
"overhead_cam"
|
| 8 |
+
],
|
| 9 |
+
"action_space": "joint (6-dim)",
|
| 10 |
+
"action_dim": 6,
|
| 11 |
+
"chunk_size": 100,
|
| 12 |
+
"fps": 30,
|
| 13 |
+
"total_frames": 31210,
|
| 14 |
+
"pickup_coords": true,
|
| 15 |
+
"delta_actions": false,
|
| 16 |
+
"pos1_only": false,
|
| 17 |
+
"blinkering": false,
|
| 18 |
+
"state_bug_fixed": false,
|
| 19 |
+
"subtask_chunks": false,
|
| 20 |
+
"mask_actions": false,
|
| 21 |
+
"completion_head": false,
|
| 22 |
+
"completion_weight": null,
|
| 23 |
+
"integrated_loss_weight": 0.0
|
| 24 |
+
}
|
checkpoint_030000/training_state.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ee900e2af4f07d195d3a708281717d6eeaaaa760f5f5c95fe661604065ad18e
|
| 3 |
+
size 1011934044
|
checkpoint_035000/config.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "act",
|
| 3 |
+
"n_obs_steps": 1,
|
| 4 |
+
"input_features": {
|
| 5 |
+
"observation.state": {
|
| 6 |
+
"type": "STATE",
|
| 7 |
+
"shape": [
|
| 8 |
+
6
|
| 9 |
+
]
|
| 10 |
+
},
|
| 11 |
+
"observation.images.wrist_cam": {
|
| 12 |
+
"type": "VISUAL",
|
| 13 |
+
"shape": [
|
| 14 |
+
3,
|
| 15 |
+
480,
|
| 16 |
+
640
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
"observation.images.overhead_cam": {
|
| 20 |
+
"type": "VISUAL",
|
| 21 |
+
"shape": [
|
| 22 |
+
3,
|
| 23 |
+
480,
|
| 24 |
+
640
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
"observation.environment_state": {
|
| 28 |
+
"type": "STATE",
|
| 29 |
+
"shape": [
|
| 30 |
+
2
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
},
|
| 34 |
+
"output_features": {
|
| 35 |
+
"action": {
|
| 36 |
+
"type": "ACTION",
|
| 37 |
+
"shape": [
|
| 38 |
+
6
|
| 39 |
+
]
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"device": "cuda",
|
| 43 |
+
"use_amp": false,
|
| 44 |
+
"use_peft": false,
|
| 45 |
+
"push_to_hub": true,
|
| 46 |
+
"repo_id": null,
|
| 47 |
+
"private": null,
|
| 48 |
+
"tags": null,
|
| 49 |
+
"license": null,
|
| 50 |
+
"pretrained_path": null,
|
| 51 |
+
"chunk_size": 100,
|
| 52 |
+
"n_action_steps": 100,
|
| 53 |
+
"normalization_mapping": {
|
| 54 |
+
"VISUAL": "MEAN_STD",
|
| 55 |
+
"STATE": "MEAN_STD",
|
| 56 |
+
"ACTION": "MEAN_STD"
|
| 57 |
+
},
|
| 58 |
+
"vision_backbone": "resnet18",
|
| 59 |
+
"pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
|
| 60 |
+
"replace_final_stride_with_dilation": false,
|
| 61 |
+
"pre_norm": false,
|
| 62 |
+
"dim_model": 512,
|
| 63 |
+
"n_heads": 8,
|
| 64 |
+
"dim_feedforward": 3200,
|
| 65 |
+
"feedforward_activation": "relu",
|
| 66 |
+
"n_encoder_layers": 4,
|
| 67 |
+
"n_decoder_layers": 1,
|
| 68 |
+
"use_vae": true,
|
| 69 |
+
"latent_dim": 32,
|
| 70 |
+
"n_vae_encoder_layers": 4,
|
| 71 |
+
"temporal_ensemble_coeff": null,
|
| 72 |
+
"dropout": 0.1,
|
| 73 |
+
"kl_weight": 10.0,
|
| 74 |
+
"optimizer_lr": 1e-05,
|
| 75 |
+
"optimizer_weight_decay": 0.0001,
|
| 76 |
+
"optimizer_lr_backbone": 1e-05
|
| 77 |
+
}
|
checkpoint_035000/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbf4c92650344a11273bb21a077709f6e2175a014ffc8f57f421342e317a8a47
|
| 3 |
+
size 506090064
|