ISdept commited on
Commit
504fffe
·
1 Parent(s): 87dea50

Upload folder using huggingface_hub

Browse files
data/episode_0.parquet/dataset_info.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d9f1204c29a3c2781b4243a2e389886349099619d5e0ca03180af1abf84d48
3
+ size 765
data/episode_0.parquet/state.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e77ad9816f44666dfd6e80ce6d10183cc2351c6cf0b9ff88e6877ac40e2a04d
3
+ size 373
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "task_index": 0, "frame_index_offset": 0, "num_frames": 359, "start_time": "2025-10-29T16:20:25.291519", "end_time": "2025-10-29T16:20:38.720029"}
meta/info.json CHANGED
@@ -1,78 +1,24 @@
1
  {
2
- "name": "ISdept/piper_arm",
3
- "description": "Robotics demonstration dataset with state and image observations",
4
- "language": "en",
5
- "license": "apache-2.0",
6
- "tags": [
7
- "robotics",
8
- "demonstration",
9
- "reinforcement-learning"
10
- ],
11
- "citation": "",
12
- "dataset_info": {
13
- "features": {
14
- "timestamp": {
15
- "dtype": "float32",
16
- "shape": []
17
- },
18
- "frame_index": {
19
- "dtype": "int32",
20
- "shape": []
21
- },
22
- "episode_index": {
23
- "dtype": "int32",
24
- "shape": []
25
- },
26
- "task_index": {
27
- "dtype": "int32",
28
- "shape": []
29
- },
30
- "index": {
31
- "dtype": "int32",
32
- "shape": []
33
- },
34
- "next": {
35
- "done": {
36
- "dtype": "bool",
37
- "shape": []
38
- },
39
- "reward": {
40
- "dtype": "float32",
41
- "shape": []
42
- }
43
- },
44
- "observation": {
45
- "state": {
46
- "dtype": "float32",
47
- "shape": [
48
- 7
49
- ]
50
- },
51
- "image": {
52
- "dtype": "uint8",
53
- "shape": [
54
- 3,
55
- 224,
56
- 224
57
- ]
58
- }
59
- },
60
- "action": {
61
- "dtype": "float32",
62
- "shape": [
63
- 7
64
- ]
65
- }
66
  },
67
- "splits": {
68
- "train": {
69
- "num_bytes": 0,
70
- "num_examples": 1077
71
- }
 
 
 
 
72
  }
73
  },
74
- "fps": 30.0,
75
- "action_type": "delta",
76
- "observation_type": "both",
77
- "control_mode": "joint_velocity"
78
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "fps": 27.377142612053948,
4
+ "features": {
5
+ "observation.state": {
6
+ "shape": [
7
+ 7
8
+ ],
9
+ "dtype": "float32"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  },
11
+ "action": {
12
+ "shape": [
13
+ 7
14
+ ],
15
+ "dtype": "float32"
16
+ },
17
+ "observation.images.front_camera": {
18
+ "path_template": "videos/episode_0_front_camera.mp4",
19
+ "fps": 30
20
  }
21
  },
22
+ "num_episodes": 1,
23
+ "num_frames": 359
 
 
24
  }