CoolFace
Datasetpublic

theconstruct-ai/push_block_mujoco

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes155downloads
info.json280 linesDownload Raw Back to meta
1{2    "codebase_version": "v2.1",3    "robot_type": null,4    "total_episodes": 52,5    "total_frames": 10361,6    "total_tasks": 1,7    "total_videos": 52,8    "total_chunks": 1,9    "chunks_size": 1000,10    "fps": 20,11    "splits": {12        "train": "0:52"13    },14    "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",15    "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",16    "features": {17        "observation.images.ego_view": {18            "dtype": "video",19            "shape": [20                480,21                640,22                323            ],24            "names": [25                "height",26                "width",27                "channel"28            ],29            "info": {30                "video.height": 480,31                "video.width": 640,32                "video.codec": "h264",33                "video.pix_fmt": "yuv420p",34                "video.is_depth_map": false,35                "video.fps": 20,36                "video.channels": 3,37                "has_audio": false38            }39        },40        "observation.state": {41            "dtype": "float64",42            "shape": [43                4344            ],45            "names": [46                "left_hip_pitch_joint",47                "left_hip_roll_joint",48                "left_hip_yaw_joint",49                "left_knee_joint",50                "left_ankle_pitch_joint",51                "left_ankle_roll_joint",52                "right_hip_pitch_joint",53                "right_hip_roll_joint",54                "right_hip_yaw_joint",55                "right_knee_joint",56                "right_ankle_pitch_joint",57                "right_ankle_roll_joint",58                "waist_yaw_joint",59                "waist_roll_joint",60                "waist_pitch_joint",61                "left_shoulder_pitch_joint",62                "left_shoulder_roll_joint",63                "left_shoulder_yaw_joint",64                "left_elbow_joint",65                "left_wrist_roll_joint",66                "left_wrist_pitch_joint",67                "left_wrist_yaw_joint",68                "left_hand_index_0_joint",69                "left_hand_index_1_joint",70                "left_hand_middle_0_joint",71                "left_hand_middle_1_joint",72                "left_hand_thumb_0_joint",73                "left_hand_thumb_1_joint",74                "left_hand_thumb_2_joint",75                "right_shoulder_pitch_joint",76                "right_shoulder_roll_joint",77                "right_shoulder_yaw_joint",78                "right_elbow_joint",79                "right_wrist_roll_joint",80                "right_wrist_pitch_joint",81                "right_wrist_yaw_joint",82                "right_hand_index_0_joint",83                "right_hand_index_1_joint",84                "right_hand_middle_0_joint",85                "right_hand_middle_1_joint",86                "right_hand_thumb_0_joint",87                "right_hand_thumb_1_joint",88                "right_hand_thumb_2_joint"89            ]90        },91        "observation.eef_state": {92            "dtype": "float64",93            "shape": [94                1495            ],96            "names": [97                "left_wrist_pos",98                "left_wrist_abs_quat",99                "right_wrist_pos",100                "right_wrist_abs_quat"101            ]102        },103        "action": {104            "dtype": "float64",105            "shape": [106                43107            ],108            "names": [109                "left_hip_pitch_joint",110                "left_hip_roll_joint",111                "left_hip_yaw_joint",112                "left_knee_joint",113                "left_ankle_pitch_joint",114                "left_ankle_roll_joint",115                "right_hip_pitch_joint",116                "right_hip_roll_joint",117                "right_hip_yaw_joint",118                "right_knee_joint",119                "right_ankle_pitch_joint",120                "right_ankle_roll_joint",121                "waist_yaw_joint",122                "waist_roll_joint",123                "waist_pitch_joint",124                "left_shoulder_pitch_joint",125                "left_shoulder_roll_joint",126                "left_shoulder_yaw_joint",127                "left_elbow_joint",128                "left_wrist_roll_joint",129                "left_wrist_pitch_joint",130                "left_wrist_yaw_joint",131                "left_hand_index_0_joint",132                "left_hand_index_1_joint",133                "left_hand_middle_0_joint",134                "left_hand_middle_1_joint",135                "left_hand_thumb_0_joint",136                "left_hand_thumb_1_joint",137                "left_hand_thumb_2_joint",138                "right_shoulder_pitch_joint",139                "right_shoulder_roll_joint",140                "right_shoulder_yaw_joint",141                "right_elbow_joint",142                "right_wrist_roll_joint",143                "right_wrist_pitch_joint",144                "right_wrist_yaw_joint",145                "right_hand_index_0_joint",146                "right_hand_index_1_joint",147                "right_hand_middle_0_joint",148                "right_hand_middle_1_joint",149                "right_hand_thumb_0_joint",150                "right_hand_thumb_1_joint",151                "right_hand_thumb_2_joint"152            ]153        },154        "action.eef": {155            "dtype": "float64",156            "shape": [157                14158            ],159            "names": [160                "left_wrist_pos",161                "left_wrist_abs_quat",162                "right_wrist_pos",163                "right_wrist_abs_quat"164            ]165        },166        "observation.img_state_delta": {167            "dtype": "float32",168            "shape": [169                1170            ],171            "names": "img_state_delta"172        },173        "teleop.navigate_command": {174            "dtype": "float64",175            "shape": [176                3177            ],178            "names": [179                "lin_vel_x",180                "lin_vel_y",181                "ang_vel_z"182            ]183        },184        "teleop.base_height_command": {185            "dtype": "float64",186            "shape": [187                1188            ],189            "names": "base_height_command"190        },191        "timestamp": {192            "dtype": "float32",193            "shape": [194                1195            ],196            "names": null197        },198        "frame_index": {199            "dtype": "int64",200            "shape": [201                1202            ],203            "names": null204        },205        "episode_index": {206            "dtype": "int64",207            "shape": [208                1209            ],210            "names": null211        },212        "index": {213            "dtype": "int64",214            "shape": [215                1216            ],217            "names": null218        },219        "task_index": {220            "dtype": "int64",221            "shape": [222                1223            ],224            "names": null225        }226    },227    "script_config": {228        "wbc_version": "gear_wbc",229        "wbc_model_path": "policy/GR00T-WholeBodyControl-Balance.onnx,policy/GR00T-WholeBodyControl-Walk.onnx",230        "wbc_policy_class": "G1DecoupledWholeBodyPolicy",231        "interface": "lo",232        "simulator": "None",233        "sim_sync_mode": false,234        "control_frequency": 50,235        "sim_frequency": 200,236        "enable_waist": false,237        "with_hands": true,238        "high_elbow_pose": false,239        "verbose": true,240        "enable_offscreen": false,241        "enable_onscreen": true,242        "upper_body_joint_speed": 1000,243        "env_name": "default",244        "ik_indicator": false,245        "verbose_timing": false,246        "keyboard_dispatcher_type": "raw",247        "enable_gravity_compensation": false,248        "gravity_compensation_joints": null,249        "body_control_device": "dummy",250        "hand_control_device": "dummy",251        "body_streamer_ip": "10.112.210.229",252        "body_streamer_keyword": "knee",253        "enable_visualization": false,254        "enable_real_device": true,255        "teleop_frequency": 20,256        "teleop_replay_path": null,257        "robot_ip": "192.168.123.164",258        "data_collection": true,259        "data_collection_frequency": 20,260        "root_output_dir": "outputs",261        "enable_upper_body_operation": true,262        "upper_body_operation_mode": "teleop"263    },264    "discarded_episode_indices": [265        6,266        12,267        15,268        20,269        21,270        28271    ],272    "data_collection_info": {273        "lower_body_policy": "gear_wbc",274        "wbc_model_path": "policy/GR00T-WholeBodyControl-Balance.onnx,policy/GR00T-WholeBodyControl-Walk.onnx",275        "teleoperator_username": "NEW_USER",276        "support_operator_username": "NEW_USER",277        "robot_type": "g1",278        "robot_id": "sim"279    }280}