LGRONov 2, 2022

Spatial-temporal recurrent reinforcement learning for autonomous ships

arXiv:2211.01004v221 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses path planning for autonomous ships, offering a novel method that integrates COLREG rules and collision risk metrics, but it is incremental as it builds on existing deep reinforcement learning techniques.

The paper tackles autonomous ship navigation by proposing a spatial-temporal recurrent neural network for deep Q-networks, which handles multiple surrounding ships and partial observability, and demonstrates performance improvements over artificial potential field and velocity obstacle methods in custom and standard maritime scenarios.

This paper proposes a spatial-temporal recurrent neural network architecture for deep $Q$-networks that can be used to steer an autonomous ship. The network design makes it possible to handle an arbitrary number of surrounding target ships while offering robustness to partial observability. Furthermore, a state-of-the-art collision risk metric is proposed to enable an easier assessment of different situations by the agent. The COLREG rules of maritime traffic are explicitly considered in the design of the reward function. The final policy is validated on a custom set of newly created single-ship encounters called `Around the Clock' problems and the commonly used Imazu (1987) problems, which include 18 multi-ship scenarios. Performance comparisons with artificial potential field and velocity obstacle methods demonstrate the potential of the proposed approach for maritime path planning. Furthermore, the new architecture exhibits robustness when it is deployed in multi-agent scenarios and it is compatible with other deep reinforcement learning algorithms, including actor-critic frameworks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes