AntonioMOliveira commited on
Commit
60da073
·
verified ·
1 Parent(s): 8b480fb

Upload info.json

Browse files
Files changed (1) hide show
  1. info.json +60 -0
info.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "unknown",
4
+ "fps": 10.0,
5
+ "splits": {
6
+ "train": "0:8891"
7
+ },
8
+ "features": {
9
+ "observation.state": {
10
+ "dtype": "float32",
11
+ "shape": [
12
+ 6
13
+ ],
14
+ "names": {
15
+ "motors": [
16
+ "target_q_0",
17
+ "target_q_1",
18
+ "target_q_2",
19
+ "target_q_3",
20
+ "target_q_4",
21
+ "target_q_5"
22
+ ]
23
+ },
24
+ "fps": 10.0
25
+ },
26
+ "action": {
27
+ "dtype": "float32",
28
+ "shape": [
29
+ 6
30
+ ],
31
+ "names": {
32
+ "motors": [
33
+ "actual_q_0",
34
+ "actual_q_1",
35
+ "actual_q_2",
36
+ "actual_q_3",
37
+ "actual_q_4",
38
+ "actual_q_5"
39
+ ]
40
+ },
41
+ "fps": 10.0
42
+ },
43
+ "timestamp": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 1
47
+ ],
48
+ "names": null,
49
+ "fps": 10.0
50
+ },
51
+ "index": {
52
+ "dtype": "int64",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null,
57
+ "fps": 10.0
58
+ }
59
+ }
60
+ }