Evaluation Setup
Simulation in Isaac Sim (Forest environment) and real-world flight tests with a quadcopter.
Benchmarks:
- Simulation Benchmark (Navigation in dynamic forest environment (0.15 obstacles/m²)) [New]
Metrics:
- Success Rate
- Collision Rate
- Flight Time
- Trajectory Length
- Statistical methodology: Not explicitly reported in the paper
Key Results
| Benchmark |
Metric |
Baseline |
This Paper |
Δ |
| Comparative analysis in simulated dynamic forest environments shows NavRL outperforms handcrafted and baseline learning methods. |
| Simulation (Dynamic Forest) |
Success Rate |
46.0 |
82.5 |
+36.5
|
| Simulation (Dynamic Forest) |
Success Rate |
71.5 |
82.5 |
+11.0
|
| Simulation (Dynamic Forest) |
Collision Rate |
26.5 |
7.0 |
-19.5
|
| Simulation (Dynamic Forest) |
Flight Time (s) |
24.6 |
18.3 |
-6.3
|
Main Takeaways
- The proposed safety shield effectively mitigates the 'black box' risk of neural networks, significantly reducing collision rates compared to raw RL policies.
- Separating static and dynamic obstacle representations allows for robust zero-shot sim-to-real transfer, as demonstrated by successful real-world flight tests.
- NavRL outperforms traditional geometric methods (VO) in complex environments by learning to navigate around static clutter while avoiding dynamic threats.
- The ensemble perception module is critical for handling real-world sensory noise, enabling the policy to act on reliable state estimates.