rdoshi21 commited on
Commit
186b0d0
·
verified ·
1 Parent(s): e0af1b9

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c292e406d4bbe6586c295fa10b589c0c5e2dda8e7bd4be649acaf86a68bda43
3
+ size 269134690
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["mobile"], "length": 433}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"arx_wrist_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.2716469607843137]], [[0.27483556985294116]], [[0.29909909109477123]]], "std": [[[0.2914259261579205]], [[0.30229408788750617]], [[0.30235309862465837]]], "count": [100]}, "arx_top_image": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.32343772671568627]], [[0.3211253676470588]], [[0.30057474673202617]]], "std": [[[0.2905708608809708]], [[0.29573915973166814]], [[0.2787697831612253]]], "count": [100]}, "state": {"min": [0.12226291000843048, 0.4201953113079071, 0.5243381261825562, -0.8768215179443359, -0.056267641484737396, 1.4787899255752563, 0.004978323355317116, -0.00022514961892738938, -0.01100549940019846, -0.019635170698165894], "max": [0.4736018776893616, 1.357480764389038, 1.0248340368270874, -0.000572213320992887, 0.24319066107273102, 1.5684367418289185, 0.8426504135131836, 0.00717544462531805, 0.000491703802254051, 0.0030010566115379333], "mean": [0.3282988369464874, 0.712964653968811, 0.5754580497741699, -0.6207800507545471, 0.0725923702120781, 1.5390077829360962, 0.5629398822784424, 0.000903719337657094, -0.002244525356218219, -0.002007859293371439], "std": [0.13763314485549927, 0.33230072259902954, 0.12113995105028152, 0.3146176040172577, 0.07601552456617355, 0.021438509225845337, 0.3765345513820648, 0.0017730474937707186, 0.003256419440731406, 0.004062015097588301], "count": [433]}, "actions": {"min": [0.11638059467077255, 0.40607181191444397, 0.5093328356742859, -0.8589854836463928, -0.06510070711374283, 1.46012282371521, 0.0, -0.00022514961892738938, -0.01100549940019846, -0.019635170698165894], "max": [0.4770491421222687, 1.3697149753570557, 1.0430744886398315, 0.00323410052806139, 0.2412312775850296, 1.5747594833374023, 1.0, 0.00717544462531805, 0.000491703802254051, 0.0030010566115379333], "mean": [0.3334810435771942, 0.6981638073921204, 0.5757108330726624, -0.6089627146720886, 0.0718577578663826, 1.5402482748031616, 0.6567555665969849, 0.000903719337657094, -0.002244525356218219, -0.002007859293371439], "std": [0.13846133649349213, 0.33521759510040283, 0.11316627264022827, 0.3115839958190918, 0.0751955509185791, 0.025274241343140602, 0.4412369430065155, 0.0017730474937707186, 0.003256419440731406, 0.004062015097588301], "count": [433]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.499599993599796], "count": [433]}, "frame_index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [433]}, "index": {"min": [0], "max": [432], "mean": [216.0], "std": [124.99599993599796], "count": [433]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [433]}}}
meta/info.json CHANGED
@@ -1,14 +1,16 @@
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "arx",
4
- "total_episodes": 0,
5
- "total_frames": 0,
6
- "total_tasks": 0,
7
  "total_videos": 0,
8
- "total_chunks": 0,
9
  "chunks_size": 1000,
10
  "fps": 10,
11
- "splits": {},
 
 
12
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
  "features": {
 
1
  {
2
  "codebase_version": "v2.1",
3
  "robot_type": "arx",
4
+ "total_episodes": 1,
5
+ "total_frames": 433,
6
+ "total_tasks": 1,
7
  "total_videos": 0,
8
+ "total_chunks": 1,
9
  "chunks_size": 1000,
10
  "fps": 10,
11
+ "splits": {
12
+ "train": "0:1"
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": {
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "mobile"}