File size: 3,058 Bytes
ed4f374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "name": "policy_preprocessor",
  "steps": [
    {
      "registry_name": "rename_observations_processor",
      "config": {
        "rename_map": {
          "observation.images.image2": "observation.images.wrist_image"
        }
      }
    },
    {
      "registry_name": "to_batch_processor",
      "config": {}
    },
    {
      "registry_name": "perceptron_isaac_state_frame_transform",
      "config": {
        "joint_signs": null,
        "joint_offsets": null
      }
    },
    {
      "registry_name": "perceptron_isaac_training_action_frame_transform",
      "config": {
        "joint_signs": null,
        "joint_offsets": null
      }
    },
    {
      "registry_name": "perceptron_isaac_mharmony_pack",
      "config": {
        "enabled": true,
        "inference_backend": "native_mharmony",
        "config_toml_path": null,
        "stats_path": null,
        "camera_order": [
          "image",
          "wrist_image"
        ],
        "image_size": [
          256,
          256
        ],
        "image_preprocessing": "stretch",
        "image_keys": [
          "observation.images.image",
          "observation.images.wrist_image"
        ],
        "allow_image_key_fallback": false,
        "normalize_language": true,
        "n_obs_steps": 3,
        "chunk_size": 50,
        "objective": "mixed",
        "patch_size": 16,
        "max_num_patches": 576,
        "min_num_patches": null,
        "pixel_shuffle_scale": 2,
        "temporal_patch_size": 2,
        "device": "cuda",
        "dtype": "bfloat16",
        "stream_key": "perceptron_isaac_stream",
        "metadata_key": "perceptron_isaac_render_meta",
        "target_fps": 20.0,
        "normalization_profile_id": null,
        "normalization_profile_scope": null,
        "normalization_validation_status": null,
        "suite_stats_path": null,
        "suite_by_task_index_path": null,
        "native_render_metadata_path": null,
        "native_stats_path": null,
        "fast_processor_path": "../fast_processor_pinned",
        "fast_processor_tree_sha256": "127eb029e5acb8242c7bc2c8efcea6c5dd6ffb565353b5c689b8c8ac55f33a8a",
        "mharmony_version": "0.1.0",
        "action_dim": 7,
        "proprio_dim": 8,
        "vector_max_states": 128,
        "dataset_name": "libero",
        "robot_type": "libero",
        "action_conditioning": false,
        "action_conditioning_role": "user",
        "mistake_conditioning": false,
        "render_metadata": null,
        "train_clip_normalized_actions": true,
        "clip_normalized_max": 10.0,
        "fast_clip_normalized_max": 1.0,
        "train_skip_outlier_threshold": 20.0,
        "train_max_sequence_length": 4096,
        "normalize_gripper": true,
        "action_feature_names": null,
        "state_feature_names": null
      },
      "state_file": "policy_preprocessor_step_4_perceptron_isaac_mharmony_pack.safetensors"
    },
    {
      "registry_name": "device_processor",
      "config": {
        "device": "cuda",
        "float_dtype": null
      }
    }
  ]
}