Skip to content

Commit

Permalink
Adding Boulares article
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Jun 13, 2024
1 parent ece6f29 commit def4f97
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,38 @@
<hr />

<h1>Peer-reviewed articles using Parcels</h1>
<div class="row">
<div class="col">
<div class="card">
<div class="card-header" role="tab">
<h5 class="mb-0">
UAV path planning algorithm based on Deep Q-Learning to search for a floating lost target in the ocean
</h5>
Boulares, M, A Fehri, M Jemni (2024),
<i>Robotics and Autonomous Systems</i>, <i>in press</i>.<br />
<a
aria-expanded="true"
class="collapsed card-link"
data-toggle="collapse"
href="#Boulares2024"
>[ Expand abstract ]</a
>
<a
class="card-link"
href="https://doi.org/10.1016/j.robot.2024.104730"
><i class="fa fa-external-link fa-1x"></i> [ Link to article ]</a
>
<span class="pubnum">175</span>
</div>
<div class="collapse" id="Boulares2024" role="tabpanel">
<div class="card-body">
In the context of real world application, Search and Rescue Missions on the ocean surface remain a complex task due to the large-scale area and the forces of the ocean currents, spreading lost targets and debris in an unpredictable way. In this work, we present a Path Planning Approach to search for a lost target on ocean surface using a swarm of UAVs. The combination of GlobCurrent dataset and a Lagrangian simulator is used to determine where the particles are moved by the ocean currents forces while Deep Q-learning algorithm is applied to learn from their dynamics. The evaluation results of the trained models show that our search strategy is effective and efficient. Over a total search area (red Sea zone), surface of 453422 Km, we have shown that our strategy Search Success Rate is 98.61%, the maximum Search Time to detection is 15 days and the average Search Time to detection is almost 15 h.
</div>
</div>
</div>
</div>
</div>
<p></p>
<div class="row">
<div class="col">
<div class="card">
Expand Down

0 comments on commit def4f97

Please sign in to comment.