Human Implicit Preference-Based Policy Fine-tuning for Multi-Agent Reinforcement Learning in USV Swarm
Hyeonjun Kim, Kanghoon Lee, Junho Park, Jiachen Li, Jinkyoo Park
TL;DR
This work tackles the challenge of aligning multi-agent USV swarm policies with human preferences by extending reinforcement learning from a human-in-the-loop perspective. It introduces an Agent-Level Feedback framework that uses a Bradley-Terry reward model built on a GNN-GRU backbone, and couples this with IPPO-based fine-tuning to produce policies that satisfy user preferences without sacrificing task performance. An LLM-based evaluator validates feedback scenarios such as region constraints, collision avoidance, and task allocation, while extensive experiments in a pursuit–evasion MARL setting demonstrate improved preference satisfaction and robust reward learning. The approach advances practical adaptability of USV swarms by enabling granular credit assignment and robust policy refinement, with future work aiming to reduce reliance on large-scale human feedback through active learning.
Abstract
Multi-Agent Reinforcement Learning (MARL) has shown promise in solving complex problems involving cooperation and competition among agents, such as an Unmanned Surface Vehicle (USV) swarm used in search and rescue, surveillance, and vessel protection. However, aligning system behavior with user preferences is challenging due to the difficulty of encoding expert intuition into reward functions. To address the issue, we propose a Reinforcement Learning with Human Feedback (RLHF) approach for MARL that resolves credit-assignment challenges through an Agent-Level Feedback system categorizing feedback into intra-agent, inter-agent, and intra-team types. To overcome the challenges of direct human feedback, we employ a Large Language Model (LLM) evaluator to validate our approach using feedback scenarios such as region constraints, collision avoidance, and task allocation. Our method effectively refines USV swarm policies, addressing key challenges in multi-agent systems while maintaining fairness and performance consistency.
