@@ -129,67 +129,19 @@ We address local trajectory planning for a mobile robot in the presence of stati
129129 --save-potential-gif \
130130 --allow-backward
131131
132- ============================================================
133- Benchmark complete: 100/100 scenarios evaluated
134- Success rate: 67/100
135- Collisions: 29/100
136- ============================================================
137- Metric Mean (successful only)
138- ---------------------- ----------------------
139- time_ms 66853.5567
140- path_length_m 2.9999
141- smoothness 0.5742
142- aol 1.4871
143- safety_distance_m 0.2645
144- goal_error_m 0.0219
145-
146-
147-
148132 cd NPField/script_d2
149133 python test_solver.py \
150134 --benchmark-json ../output/benchmark_scenarios.json \
151135 --save-potential-gif \
152136 --allow-backward
153137
154-
155- ============================================================
156- Benchmark complete: 100/100 scenarios evaluated
157- Success rate: 64/100
158- Collisions: 36/100
159- ============================================================
160- Metric Mean (successful only)
161- ---------------------- ----------------------
162- time_ms 26511.9422
163- path_length_m 3.0370
164- smoothness 0.3687
165- aol 1.4896
166- safety_distance_m 0.2683
167- goal_error_m 0.0153
168-
169-
170138 # D1 (finetuned weights):
171139 cd NPField/script_d1
172140 python test_solver.py \
173141 --benchmark-json ../output/benchmark_scenarios.json \
174142 --finetune-checkpoint /app/NPField/dataset/trained-models/NPField_D1_finetune.pth \
175143 --save-potential-gif \
176144 --allow-backward
177-
178-
179- ============================================================
180- Benchmark complete: 100/100 scenarios evaluated
181- Success rate: 70/100
182- Collisions: 28/100
183- ============================================================
184- Metric Mean (successful only)
185- ---------------------- ----------------------
186- time_ms 23026.5629
187- path_length_m 2.9960
188- smoothness 0.5159
189- aol 1.5186
190- safety_distance_m 0.2406
191- goal_error_m 0.0186
192-
193145 ```
194146
195147#### Troubleshooting:
@@ -227,3 +179,4 @@ If you use this framework please cite the following two papers:
227179
228180
229181
182+
0 commit comments