paper-with-me

Papers

Human Implicit Preference-Based Policy Fine-tuning for Multi-Agent Reinforcement Learning in USV Swarm

2025-03-05 · HyeonJun Kim, Kanghoon Lee, Junho Park, Jiachen Li, Jinkyoo Park

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.

📄 PDF Abstract BibTeX arXiv:2503.03796

Code (0)

등록된 구현이 없습니다.

Tasks

Collision AvoidanceFairnessLanguage ModelingLanguage ModellingLarge Language ModelMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

PREFINE: Preference-Based Implicit Reward and Cost Fine-Tuning for Safety Alignment

2026-05-20 · Richa Verma, Bavish Kulur, Sanjay Chawla, Balaraman Ravindran arxiv

We address the problem of making a pre-trained reinforcement learning (RL) policy safety-aware by incorporating cost constraints without retraining it from scratch. While costs could be numerically encoded, we assume a m…

Computational EfficiencyReinforcement LearningContinuous ControlDecision Making

FDPP: Fine-tune Diffusion Policy with Human Preference

2025-01-14 · Yuxin Chen, Devesh K. Jha, Masayoshi Tomizuka, Diego Romeres

Imitation learning from human demonstrations enables robots to perform complex manipulation tasks and has recently witnessed huge success. However, these techniques often struggle to adapt behavior to new preferences or …

Imitation LearningReinforcement Learning (RL)

How to Peel with a Knife: Aligning Fine-Grained Manipulation with Human Preference

2026-03-03 · Toru Lin, Shuying Deng, Zhao-Heng Yin, Pieter Abbeel 외 arxiv

Many essential manipulation tasks - such as food preparation, surgery, and craftsmanship - remain intractable for autonomous robots. These tasks are characterized not only by contact-rich, force-sensitive dynamics, but a…

Zero-shot Generalization

Minor DPO reject penalty to increase training robustness

2024-08-19 · Shiming Xie, Hong Chen, Fred Yu, Zeye Sun 외

Learning from human preference is a paradigm used in large-scale language model (LLM) fine-tuning step to better align pretrained LLM to human preference for downstream task. In the past it uses reinforcement learning fr…

Language ModelingLanguage Modelling

Provably Mitigating Overoptimization in RLHF: Your SFT Loss is Implicitly an Adversarial Regularizer

2024-05-26 · Zhihan Liu, Miao Lu, Shenao Zhang, Boyi Liu 외

Aligning generative models with human preference via RLHF typically suffers from overoptimization, where an imperfectly learned reward model can misguide the generative model to output undesired responses. We investigate…