paper-with-me

Papers

An Integrated Dynamic Method for Allocating Roles and Planning Tasks for Mixed Human-Robot Teams

2021-05-25 · Fabio Fusaro, Edoardo Lamon, Elena De Momi, Arash Ajoudani

This paper proposes a novel integrated dynamic method based on Behavior Trees for planning and allocating tasks in mixed human robot teams, suitable for manufacturing environments. The Behavior Tree formulation allows encoding a single job as a compound of different tasks with temporal and logic constraints. In this way, instead of the well-studied offline centralized optimization problem, the role allocation problem is solved with multiple simplified online optimization sub-problem, without complex and cross-schedule task dependencies. These sub-problems are defined as Mixed-Integer Linear Programs, that, according to the worker-actions related costs and the workers' availability, allocate the yet-to-execute tasks among the available workers. To characterize the behavior of the developed method, we opted to perform different simulation experiments in which the results of the action-worker allocation and computational complexity are evaluated. The obtained results, due to the nature of the algorithm and to the possibility of simulating the agents' behavior, should describe well also how the algorithm performs in real experiments.

📄 PDF Abstract BibTeX arXiv:2105.12031

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning When to Plan: Efficiently Allocating Test-Time Compute for LLM Agents

2025-09-03 · Davide Paglieri, Bartłomiej Cupiał, Jonathan Cook, Ulyana Piterbarg 외 arxiv

Training large language models (LLMs) to reason via reinforcement learning (RL) significantly improves their problem-solving capabilities. In agentic settings, existing methods like ReAct prompt LLMs to explicitly plan b…

Reinforcement Learning

Multi-Agent Tool-Integrated Policy Optimization

2025-10-06 · Zhanfeng Mo, Xingxuan Li, Yuntao Chen, Lidong Bing arxiv

Large language models (LLMs) increasingly rely on multi-turn tool-integrated planning for knowledge-intensive and complex reasoning tasks. Existing implementations typically rely on a single agent, but they suffer from l…

Reinforcement Learning

A Survey on Sensor-based Planning and Control for Unmanned Underwater Vehicles

2026-04-06 · Shivam Vishwakarma, Tejal Bedmutha, Dharmendra Kumar Patel, Vijay Bhaskar Semwal 외 arxiv

This survey examines recent sensor-based planning and control methods for Unmanned Underwater Vehicles (UUVs). In complex, uncertain underwater environments, UUVs require advanced planning and control strategies for effe…

Key Decision-Makers in Multi-Agent Debates: Who Holds the Power?

2025-11-14 · Qian Zhang, Yan Zheng, Jinyi Liu, Hebin Liang 외 arxiv

Recent studies on LLM agent scaling have highlighted the potential of Multi-Agent Debate (MAD) to enhance reasoning abilities. However, the critical aspect of role allocation strategies remains underexplored. In this stu…

Decentralised Multi-Demic Evolutionary Approach to the Dynamic Multi-Agent Travelling Salesman Problem

2019-06-13 · Thomas E. Kent, Arthur G. Richards

The Travelling Salesman and its variations are some of the most well known NP hard optimisation problems. This paper looks to use both centralised and decentralised implementations of Evolutionary Algorithms (EA) to solv…

Evolutionary Algorithms