-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.json
More file actions
47 lines (47 loc) · 814 Bytes
/
sample.json
File metadata and controls
47 lines (47 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"state": [
{
"type": 0,
"x_velocity": 2.4,
"y_velocity": -4.1,
"x_position": 23,
"y_position": 78
},
{
"type": 1,
"x_velocity": 8.9,
"y_velocity": -4.1,
"x_position": 23,
"y_position": 78
}
],
"teacher_action": 2
},
{
"state": [
{
"type": 0,
"x_velocity": 6.4,
"y_velocity": 0.3,
"x_position": 94,
"y_position": 58
},
{
"type": 1,
"x_velocity": -3,
"y_velocity": 8.4,
"x_position": 93,
"y_position": 8
},
{
"type": 1,
"x_velocity": -3,
"y_velocity": 2.4,
"x_position": 99,
"y_position": 12
}
],
"teacher_action": 1
}
]