Gadget2 commited on
Commit
caa4de0
·
verified ·
1 Parent(s): 4e43392

Add v2 dataset (my_2dof)

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:86d39e8318c25749d29cb75c6f5c94e17e043e9bbba5cc57753302ebd32557f5
3
+ size 19063
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9dc270e22fbca38ea84729ca66feb3be57da59ce93108225bdac87ecb034fa7
3
+ size 28628
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31a47ded38b2c57fa8bb41d4e688e6b64c88fa93096ddff81339b712a60ac8d
3
+ size 35252
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7d5cd096ef90c9ffa6e6a6cc1552d4a330e8d0e182a901c4111c035c425717
3
+ size 20887
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1ff9d5f532e9f5eca399b51dc6456269c628227c53ff82b2b6bf6e94142515
3
+ size 10887
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9778dcc5fe6efd08ca1d14ae8c6177837969bfd2b51d86b6c14fdba41373eb2
3
+ size 21874
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca77d7ea093b1b6d522f6609e2ad238d9b232b798448877383963929083f7284
3
+ size 19535
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 CHANGED
@@ -1,15 +1,84 @@
1
  {
2
- "features": {
3
- "observation.state": {
4
- "shape": [2],
5
- "type": "float"
 
 
 
 
 
 
 
6
  },
7
- "action": {
8
- "shape": [2],
9
- "type": "float"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
- },
12
- "fps": 30,
13
- "version": "0.0.1",
14
- "codebase_version": "0.0.1"
15
- }
 
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."}