Gadget2 commited on
Commit
fd5167d
·
verified ·
1 Parent(s): e453923

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. meta/episodes.jsonl +7 -0
  2. meta/info.json +84 -0
  3. meta/stats.json +18 -0
  4. meta/tasks.jsonl +1 -0
meta/episodes.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Insert the peg into the socket."], "length": 605}
2
+ {"episode_index": 1, "tasks": ["Insert the peg into the socket."], "length": 990}
3
+ {"episode_index": 2, "tasks": ["Insert the peg into the socket."], "length": 1206}
4
+ {"episode_index": 3, "tasks": ["Insert the peg into the socket."], "length": 686}
5
+ {"episode_index": 4, "tasks": ["Insert the peg into the socket."], "length": 278}
6
+ {"episode_index": 5, "tasks": ["Insert the peg into the socket."], "length": 702}
7
+ {"episode_index": 6, "tasks": ["Insert the peg into the socket."], "length": 647}
meta/info.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "My2dofRobotConfig",
4
+ "total_episodes": 7,
5
+ "total_frames": 5114,
6
+ "total_tasks": 1,
7
+ "total_videos": 0,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:7"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": null,
16
+ "features": {
17
+ "timestamp": {
18
+ "dtype": "float64",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "observation.state": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 2
28
+ ],
29
+ "names": {
30
+ "motors": [
31
+ "motor_1",
32
+ "motor_2"
33
+ ]
34
+ }
35
+ },
36
+ "action": {
37
+ "dtype": "float64",
38
+ "shape": [
39
+ 2
40
+ ],
41
+ "names": {
42
+ "motors": [
43
+ "action_1",
44
+ "action_2"
45
+ ]
46
+ }
47
+ },
48
+ "episode_index": {
49
+ "dtype": "int64",
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "names": null
54
+ },
55
+ "frame_index": {
56
+ "dtype": "int64",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "names": null
61
+ },
62
+ "index": {
63
+ "dtype": "int64",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "next.done": {
70
+ "dtype": "bool",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "task_index": {
77
+ "dtype": "int64",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ }
83
+ }
84
+ }
meta/stats.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action.mean": [
3
+ 0.0,
4
+ 0.0
5
+ ],
6
+ "action.std": [
7
+ 1.0,
8
+ 1.0
9
+ ],
10
+ "observation.state.mean": [
11
+ 0.0,
12
+ 0.0
13
+ ],
14
+ "observation.state.std": [
15
+ 1.0,
16
+ 1.0
17
+ ]
18
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Insert the peg into the socket."}