JennyWWW commited on
Commit
4425d29
·
verified ·
1 Parent(s): c83d2eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -87,7 +87,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
87
  "observation.environment_state": {
88
  "dtype": "float32",
89
  "shape": [
90
- 6
91
  ],
92
  "names": [
93
  "env_0",
@@ -95,7 +95,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
95
  "env_2",
96
  "env_3",
97
  "env_4",
98
- "env_5"
 
 
99
  ]
100
  },
101
  "timestamp": {
@@ -134,8 +136,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
134
  "names": null
135
  }
136
  },
137
- "total_episodes": 500,
138
- "total_frames": 114403,
139
  "total_tasks": 1,
140
  "chunks_size": 1000,
141
  "data_files_size_in_mb": 100,
@@ -144,7 +146,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
144
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
145
  "robot_type": "lerobot_splatsim",
146
  "splits": {
147
- "train": "0:500"
148
  }
149
  }
150
  ```
 
87
  "observation.environment_state": {
88
  "dtype": "float32",
89
  "shape": [
90
+ 8
91
  ],
92
  "names": [
93
  "env_0",
 
95
  "env_2",
96
  "env_3",
97
  "env_4",
98
+ "env_5",
99
+ "ee_x",
100
+ "ee_z"
101
  ]
102
  },
103
  "timestamp": {
 
136
  "names": null
137
  }
138
  },
139
+ "total_episodes": 2000,
140
+ "total_frames": 458714,
141
  "total_tasks": 1,
142
  "chunks_size": 1000,
143
  "data_files_size_in_mb": 100,
 
146
  "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
147
  "robot_type": "lerobot_splatsim",
148
  "splits": {
149
+ "train": "0:2000"
150
  }
151
  }
152
  ```