qualiaadmin commited on
Commit
5176f40
·
verified ·
1 Parent(s): ed740eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -29,15 +29,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  {
30
  "codebase_version": "v3.0",
31
  "robot_type": "unknown",
32
- "total_episodes": 1,
33
- "total_frames": 173,
34
  "total_tasks": 1,
35
  "chunks_size": 1000,
36
  "data_files_size_in_mb": 100,
37
  "video_files_size_in_mb": 200,
38
  "fps": 20,
39
  "splits": {
40
- "train": "0:1"
41
  },
42
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
@@ -45,13 +45,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
45
  "action": {
46
  "dtype": "float32",
47
  "names": [
48
- "dx",
49
- "dy",
50
- "dz",
51
- "dax",
52
- "day",
53
- "daz",
54
- "gripper"
55
  ],
56
  "shape": [
57
  7
@@ -60,15 +60,15 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
60
  "observation.state": {
61
  "dtype": "float32",
62
  "names": [
63
- "panda_joint_1",
64
- "panda_joint_2",
65
- "panda_joint_3",
66
- "panda_joint_4",
67
- "panda_joint_5",
68
- "panda_joint_6",
69
- "panda_joint_7",
70
- "panda_finger_joint_1",
71
- "panda_finger_joint_2"
72
  ],
73
  "shape": [
74
  9
 
29
  {
30
  "codebase_version": "v3.0",
31
  "robot_type": "unknown",
32
+ "total_episodes": 2,
33
+ "total_frames": 316,
34
  "total_tasks": 1,
35
  "chunks_size": 1000,
36
  "data_files_size_in_mb": 100,
37
  "video_files_size_in_mb": 200,
38
  "fps": 20,
39
  "splits": {
40
+ "train": "0:2"
41
  },
42
  "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
 
45
  "action": {
46
  "dtype": "float32",
47
  "names": [
48
+ "joint_00",
49
+ "joint_01",
50
+ "joint_02",
51
+ "joint_03",
52
+ "joint_04",
53
+ "joint_05",
54
+ "joint_06"
55
  ],
56
  "shape": [
57
  7
 
60
  "observation.state": {
61
  "dtype": "float32",
62
  "names": [
63
+ "joint_00",
64
+ "joint_01",
65
+ "joint_02",
66
+ "joint_03",
67
+ "joint_04",
68
+ "joint_05",
69
+ "joint_06",
70
+ "joint_07",
71
+ "joint_08"
72
  ],
73
  "shape": [
74
  9