Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- train/training_step_0_ORIENTATION/current_observation.png +3 -0
- train/training_step_0_ORIENTATION/meta_data.json +12 -0
- train/training_step_0_ORIENTATION/visual_instruction.png +3 -0
- train/training_step_10_TURNING/current_observation.png +3 -0
- train/training_step_10_TURNING/meta_data.json +22 -0
- train/training_step_10_TURNING/visual_instruction.png +3 -0
- train/training_step_11_TURNING/current_observation.png +3 -0
- train/training_step_11_TURNING/meta_data.json +22 -0
- train/training_step_11_TURNING/visual_instruction.png +3 -0
- train/training_step_12_TURNING/current_observation.png +3 -0
- train/training_step_12_TURNING/meta_data.json +22 -0
- train/training_step_12_TURNING/visual_instruction.png +3 -0
- train/training_step_13_TURNING/current_observation.png +3 -0
- train/training_step_13_TURNING/meta_data.json +22 -0
- train/training_step_13_TURNING/visual_instruction.png +3 -0
- train/training_step_14_TURNING/current_observation.png +3 -0
- train/training_step_14_TURNING/meta_data.json +22 -0
- train/training_step_14_TURNING/visual_instruction.png +3 -0
- train/training_step_15_FINISH/current_observation.png +3 -0
- train/training_step_15_FINISH/meta_data.json +72 -0
- train/training_step_15_FINISH/visual_instruction.png +3 -0
- train/training_step_16_FINISH/current_observation.png +3 -0
- train/training_step_16_FINISH/meta_data.json +73 -0
- train/training_step_16_FINISH/visual_instruction.png +3 -0
- train/training_step_17_FINISH/current_observation.png +3 -0
- train/training_step_17_FINISH/meta_data.json +73 -0
- train/training_step_17_FINISH/visual_instruction.png +3 -0
- train/training_step_18_FINISH/current_observation.png +3 -0
- train/training_step_18_FINISH/meta_data.json +73 -0
- train/training_step_18_FINISH/visual_instruction.png +3 -0
- train/training_step_19_FINISH/current_observation.png +3 -0
- train/training_step_19_FINISH/meta_data.json +73 -0
- train/training_step_19_FINISH/visual_instruction.png +3 -0
- train/training_step_1_ROAD/current_observation.png +3 -0
- train/training_step_1_ROAD/meta_data.json +15 -0
- train/training_step_1_ROAD/visual_instruction.png +3 -0
- train/training_step_20_FINISH/current_observation.png +3 -0
- train/training_step_20_FINISH/meta_data.json +73 -0
- train/training_step_20_FINISH/visual_instruction.png +3 -0
- train/training_step_21_FINISH/current_observation.png +3 -0
- train/training_step_21_FINISH/meta_data.json +73 -0
- train/training_step_21_FINISH/visual_instruction.png +3 -0
- train/training_step_22_FINISH/current_observation.png +3 -0
- train/training_step_22_FINISH/meta_data.json +73 -0
- train/training_step_22_FINISH/visual_instruction.png +3 -0
- train/training_step_23_FINISH/current_observation.png +3 -0
- train/training_step_23_FINISH/meta_data.json +73 -0
- train/training_step_23_FINISH/visual_instruction.png +3 -0
- train/training_step_24_FINISH/current_observation.png +3 -0
- train/training_step_24_FINISH/meta_data.json +73 -0
train/training_step_0_ORIENTATION/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_0_ORIENTATION/meta_data.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn to face west. You will see a red-brick residential building with large garage doors on the ground floor on your left.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [],
|
5 |
+
"current_observation": "current_observation.png",
|
6 |
+
"current_orientation": "West",
|
7 |
+
"target_orientation": "West",
|
8 |
+
"ground_truth_action": [
|
9 |
+
-1
|
10 |
+
],
|
11 |
+
"distance2target": 0
|
12 |
+
}
|
train/training_step_0_ORIENTATION/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_10_TURNING/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_10_TURNING/meta_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn right at the intersection.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
4,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0
|
10 |
+
],
|
11 |
+
"current_observation": "current_observation.png",
|
12 |
+
"current_orientation": "North",
|
13 |
+
"target_orientation": "North",
|
14 |
+
"ground_truth_action": [
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
-1
|
20 |
+
],
|
21 |
+
"distance2target": 1403.6373422123004
|
22 |
+
}
|
train/training_step_10_TURNING/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_11_TURNING/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_11_TURNING/meta_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn right at the intersection.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
4,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0
|
11 |
+
],
|
12 |
+
"current_observation": "current_observation.png",
|
13 |
+
"current_orientation": "North",
|
14 |
+
"target_orientation": "North",
|
15 |
+
"ground_truth_action": [
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
-1
|
20 |
+
],
|
21 |
+
"distance2target": 905.6477176324192
|
22 |
+
}
|
train/training_step_11_TURNING/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_12_TURNING/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_12_TURNING/meta_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn right at the intersection.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
4,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0
|
12 |
+
],
|
13 |
+
"current_observation": "current_observation.png",
|
14 |
+
"current_orientation": "North",
|
15 |
+
"target_orientation": "North",
|
16 |
+
"ground_truth_action": [
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
-1
|
20 |
+
],
|
21 |
+
"distance2target": 412.5503465673133
|
22 |
+
}
|
train/training_step_12_TURNING/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_13_TURNING/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_13_TURNING/meta_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn right at the intersection.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
4,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
0
|
13 |
+
],
|
14 |
+
"current_observation": "current_observation.png",
|
15 |
+
"current_orientation": "North",
|
16 |
+
"target_orientation": "North",
|
17 |
+
"ground_truth_action": [
|
18 |
+
0,
|
19 |
+
-1
|
20 |
+
],
|
21 |
+
"distance2target": 142.11892362669477
|
22 |
+
}
|
train/training_step_13_TURNING/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_14_TURNING/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_14_TURNING/meta_data.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Turn right at the intersection.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
4,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
0,
|
13 |
+
0
|
14 |
+
],
|
15 |
+
"current_observation": "current_observation.png",
|
16 |
+
"current_orientation": "North",
|
17 |
+
"target_orientation": "North",
|
18 |
+
"ground_truth_action": [
|
19 |
+
-1
|
20 |
+
],
|
21 |
+
"distance2target": 142.11892362669477
|
22 |
+
}
|
train/training_step_14_TURNING/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_15_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_15_FINISH/meta_data.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [],
|
5 |
+
"current_observation": "current_observation.png",
|
6 |
+
"current_orientation": "North",
|
7 |
+
"target_orientation": "East",
|
8 |
+
"ground_truth_action": [
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
0,
|
13 |
+
0,
|
14 |
+
0,
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
4,
|
69 |
+
-1
|
70 |
+
],
|
71 |
+
"distance2target": 29086.157003653603
|
72 |
+
}
|
train/training_step_15_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_16_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_16_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0
|
6 |
+
],
|
7 |
+
"current_observation": "current_observation.png",
|
8 |
+
"current_orientation": "North",
|
9 |
+
"target_orientation": "East",
|
10 |
+
"ground_truth_action": [
|
11 |
+
0,
|
12 |
+
0,
|
13 |
+
0,
|
14 |
+
0,
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 28586.160069886748
|
73 |
+
}
|
train/training_step_16_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_17_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_17_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0
|
7 |
+
],
|
8 |
+
"current_observation": "current_observation.png",
|
9 |
+
"current_orientation": "North",
|
10 |
+
"target_orientation": "East",
|
11 |
+
"ground_truth_action": [
|
12 |
+
0,
|
13 |
+
0,
|
14 |
+
0,
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 28086.163245291937
|
73 |
+
}
|
train/training_step_17_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_18_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_18_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0
|
8 |
+
],
|
9 |
+
"current_observation": "current_observation.png",
|
10 |
+
"current_orientation": "North",
|
11 |
+
"target_orientation": "East",
|
12 |
+
"ground_truth_action": [
|
13 |
+
0,
|
14 |
+
0,
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 27586.16653580536
|
73 |
+
}
|
train/training_step_18_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_19_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_19_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0
|
9 |
+
],
|
10 |
+
"current_observation": "current_observation.png",
|
11 |
+
"current_orientation": "North",
|
12 |
+
"target_orientation": "East",
|
13 |
+
"ground_truth_action": [
|
14 |
+
0,
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 27086.169947801547
|
73 |
+
}
|
train/training_step_19_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_1_ROAD/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_1_ROAD/meta_data.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Continue straight and stop at the intersection with the high red brick and beige accented residential building on your left, featuring large garage doors, wall-mounted lights, multiple black awnings, and white signs reading 'MILLWORKS', 'CREEK DELI', and 'FIRE GRILL'.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [],
|
5 |
+
"current_observation": "current_observation.png",
|
6 |
+
"current_orientation": "West",
|
7 |
+
"target_orientation": "West",
|
8 |
+
"ground_truth_action": [
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
-1
|
13 |
+
],
|
14 |
+
"distance2target": 899.0158999999985
|
15 |
+
}
|
train/training_step_1_ROAD/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_20_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_20_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0
|
10 |
+
],
|
11 |
+
"current_observation": "current_observation.png",
|
12 |
+
"current_orientation": "North",
|
13 |
+
"target_orientation": "East",
|
14 |
+
"ground_truth_action": [
|
15 |
+
0,
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 26586.173488134533
|
73 |
+
}
|
train/training_step_20_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_21_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_21_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0
|
11 |
+
],
|
12 |
+
"current_observation": "current_observation.png",
|
13 |
+
"current_orientation": "North",
|
14 |
+
"target_orientation": "East",
|
15 |
+
"ground_truth_action": [
|
16 |
+
0,
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 26086.17716418386
|
73 |
+
}
|
train/training_step_21_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_22_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_22_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0
|
12 |
+
],
|
13 |
+
"current_observation": "current_observation.png",
|
14 |
+
"current_orientation": "North",
|
15 |
+
"target_orientation": "East",
|
16 |
+
"ground_truth_action": [
|
17 |
+
0,
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 25586.180983905895
|
73 |
+
}
|
train/training_step_22_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_23_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_23_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
0
|
13 |
+
],
|
14 |
+
"current_observation": "current_observation.png",
|
15 |
+
"current_orientation": "North",
|
16 |
+
"target_orientation": "East",
|
17 |
+
"ground_truth_action": [
|
18 |
+
0,
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 25086.184955891313
|
73 |
+
}
|
train/training_step_23_FINISH/visual_instruction.png
ADDED
![]() |
Git LFS Details
|
train/training_step_24_FINISH/current_observation.png
ADDED
![]() |
Git LFS Details
|
train/training_step_24_FINISH/meta_data.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"text_instruction": "Proceed forward until reaching the light gray government building with a green dome and grand columns on the facade on your right, stop and face that building.",
|
3 |
+
"visual_instruction": "visual_instruction.png",
|
4 |
+
"past_actions": [
|
5 |
+
0,
|
6 |
+
0,
|
7 |
+
0,
|
8 |
+
0,
|
9 |
+
0,
|
10 |
+
0,
|
11 |
+
0,
|
12 |
+
0,
|
13 |
+
0
|
14 |
+
],
|
15 |
+
"current_observation": "current_observation.png",
|
16 |
+
"current_orientation": "North",
|
17 |
+
"target_orientation": "East",
|
18 |
+
"ground_truth_action": [
|
19 |
+
0,
|
20 |
+
0,
|
21 |
+
0,
|
22 |
+
0,
|
23 |
+
0,
|
24 |
+
0,
|
25 |
+
0,
|
26 |
+
0,
|
27 |
+
0,
|
28 |
+
0,
|
29 |
+
0,
|
30 |
+
0,
|
31 |
+
0,
|
32 |
+
0,
|
33 |
+
0,
|
34 |
+
0,
|
35 |
+
0,
|
36 |
+
0,
|
37 |
+
0,
|
38 |
+
0,
|
39 |
+
0,
|
40 |
+
0,
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0,
|
45 |
+
0,
|
46 |
+
0,
|
47 |
+
0,
|
48 |
+
0,
|
49 |
+
0,
|
50 |
+
0,
|
51 |
+
0,
|
52 |
+
0,
|
53 |
+
0,
|
54 |
+
0,
|
55 |
+
0,
|
56 |
+
0,
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0,
|
61 |
+
0,
|
62 |
+
0,
|
63 |
+
0,
|
64 |
+
0,
|
65 |
+
0,
|
66 |
+
0,
|
67 |
+
0,
|
68 |
+
0,
|
69 |
+
4,
|
70 |
+
-1
|
71 |
+
],
|
72 |
+
"distance2target": 24586.189089429612
|
73 |
+
}
|