xristian-n commited on
Commit
07b6f2f
·
verified ·
1 Parent(s): 49cb308

Upload dataset.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset.json +98 -0
dataset.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "egocrowd-pick-mug-v5",
3
+ "version": "1.0",
4
+ "source": "iPhone 15 Pro LiDAR (.r3d) -> GroundingDINO -> HaMeR -> Spatial V5 retarget",
5
+ "robot": "franka_emika_panda",
6
+ "fps": 30,
7
+ "episodes": [
8
+ {
9
+ "id": 0,
10
+ "task": "pick_mug",
11
+ "length": 270,
12
+ "mug_lift_cm": 17.7,
13
+ "phases": {
14
+ "spatial": [
15
+ 0,
16
+ 70
17
+ ],
18
+ "converge": [
19
+ 70,
20
+ 95
21
+ ],
22
+ "pre": [
23
+ 95,
24
+ 140
25
+ ],
26
+ "descend": [
27
+ 110,
28
+ 165
29
+ ],
30
+ "close": [
31
+ 165,
32
+ 190
33
+ ],
34
+ "lift": [
35
+ 190,
36
+ 240
37
+ ],
38
+ "hold": [
39
+ 240,
40
+ 270
41
+ ]
42
+ }
43
+ }
44
+ ],
45
+ "observation_space": {
46
+ "qpos_arm": {
47
+ "shape": [
48
+ 7
49
+ ],
50
+ "dtype": "float64",
51
+ "description": "7-DoF arm joint positions"
52
+ },
53
+ "qvel_arm": {
54
+ "shape": [
55
+ 7
56
+ ],
57
+ "dtype": "float64",
58
+ "description": "7-DoF arm joint velocities"
59
+ },
60
+ "ee_pos": {
61
+ "shape": [
62
+ 3
63
+ ],
64
+ "dtype": "float64",
65
+ "description": "End-effector position [x,y,z]"
66
+ },
67
+ "mug_pos": {
68
+ "shape": [
69
+ 3
70
+ ],
71
+ "dtype": "float64",
72
+ "description": "Mug position [x,y,z]"
73
+ },
74
+ "gripper_state": {
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "dtype": "float64",
79
+ "description": "Gripper openness (1=open, 0=closed)"
80
+ }
81
+ },
82
+ "action_space": {
83
+ "target_qpos": {
84
+ "shape": [
85
+ 7
86
+ ],
87
+ "dtype": "float64",
88
+ "description": "Target arm joint positions"
89
+ },
90
+ "target_gripper": {
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "dtype": "float64",
95
+ "description": "Target gripper width (0.04=open, 0=closed)"
96
+ }
97
+ }
98
+ }