haixuantao/just_gripper_eval
收藏资源简介:
--- dataset_info: features: - name: index dtype: int64 - name: observation.images.cam_right_wrist dtype: video_frame - name: observation.velocity sequence: float32 length: 14 - name: observation.images.cam_high dtype: video_frame - name: observation.state sequence: float32 length: 14 - name: observation.images.cam_left_wrist dtype: video_frame - name: observation.effort sequence: float32 length: 14 - name: action sequence: float32 length: 14 - name: episode_index dtype: int64 - name: observation.images.cam_low dtype: video_frame - name: frame_index dtype: int64 - name: next.done dtype: bool - name: timestamp dtype: float32 splits: - name: train num_bytes: 955784 num_examples: 1881 download_size: 80705 dataset_size: 955784 configs: - config_name: default data_files: - split: train path: data/train-* ---
dataset_info: features: - name: 索引(index),数据类型:int64(64位整型) - name: 观测.图像.右腕摄像头(observation.images.cam_right_wrist),数据类型:video_frame(视频帧) - name: 观测.速度(observation.velocity),数据类型:float32序列,序列长度:14 - name: 观测.图像.顶部摄像头(observation.images.cam_high),数据类型:video_frame(视频帧) - name: 观测.状态(observation.state),数据类型:float32序列,序列长度:14 - name: 观测.图像.左腕摄像头(observation.images.cam_left_wrist),数据类型:video_frame(视频帧) - name: 观测.出力(observation.effort),数据类型:float32序列,序列长度:14 - name: 动作(action),数据类型:float32序列,序列长度:14 - name: 回合索引(episode_index),数据类型:int64(64位整型) - name: 观测.图像.底部摄像头(observation.images.cam_low),数据类型:video_frame(视频帧) - name: 帧索引(frame_index),数据类型:int64(64位整型) - name: 下一步.终止标识(next.done),数据类型:bool(布尔型) - name: 时间戳(timestamp),数据类型:float32(32位浮点型) splits: - name: 训练集(train),字节数:955784,样本数量:1881 download_size: 80705 dataset_size: 955784 configs: - config_name: 默认配置(default),数据文件: - split: 训练集(train),路径:data/train-*
数据集概述
数据集特征
- index:整数类型(int64)。
- observation.images.cam_right_wrist:视频帧类型。
- observation.velocity:序列类型,长度为14,数据类型为浮点数(float32)。
- observation.images.cam_high:视频帧类型。
- observation.state:序列类型,长度为14,数据类型为浮点数(float32)。
- observation.images.cam_left_wrist:视频帧类型。
- observation.effort:序列类型,长度为14,数据类型为浮点数(float32)。
- action:序列类型,长度为14,数据类型为浮点数(float32)。
- episode_index:整数类型(int64)。
- observation.images.cam_low:视频帧类型。
- frame_index:整数类型(int64)。
- next.done:布尔类型(bool)。
- timestamp:浮点数类型(float32)。
数据集分割
- 训练集(train):包含1881个样本,数据集大小为955784字节。
数据集大小
- 下载大小:80705字节。
- 数据集总大小:955784字节。




