Gadget2 commited on
Commit
5862111
·
verified ·
1 Parent(s): 93b4ba7

Add missing version field (v2)

Browse files
Files changed (1) hide show
  1. meta/info.json +81 -80
meta/info.json CHANGED
@@ -1,84 +1,85 @@
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
  }
 
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
+ "version": "2.0.0"
85
  }