paper-with-me

Papers

SPACE: A Python-based Simulator for Evaluating Decentralized Multi-Robot Task Allocation Algorithms

2024-09-06 · Inmo Jang

Swarm robotics explores the coordination of multiple robots to achieve collective goals, with collective decision-making being a central focus. This process involves decentralized robots autonomously making local decisions and communicating them, which influences the overall emergent behavior. Testing such decentralized algorithms in real-world scenarios with hundreds or more robots is often impractical, underscoring the need for effective simulation tools. We propose SPACE (Swarm Planning and Control Evaluation), a Python-based simulator designed to support the research, evaluation, and comparison of decentralized Multi-Robot Task Allocation (MRTA) algorithms. SPACE streamlines core algorithmic development by allowing users to implement decision-making algorithms as Python plug-ins, easily construct agent behavior trees via an intuitive GUI, and leverage built-in support for inter-agent communication and local task awareness. To demonstrate its practical utility, we implement and evaluate CBBA and GRAPE within the simulator, comparing their performance across different metrics, particularly in scenarios with dynamically introduced tasks. This evaluation shows the usefulness of SPACE in conducting rigorous and standardized comparisons of MRTA algorithms, helping to support future research in the field.

📄 PDF Abstract BibTeX arXiv:2409.04230

Code (1)

inmo-jang/space-simulator 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

MICSim: A Modular Simulator for Mixed-signal Compute-in-Memory based AI Accelerator

2024-09-23 · Cong Wang, Zeming Chen, Shanshi Huang

This work introduces MICSim, an open-source, pre-circuit simulator designed for early-stage evaluation of chip-level software performance and hardware overhead of mixed-signal compute-in-memory (CIM) accelerators. MICSim…

Quantization

Decentralized Reinforcement Learning for Multi-Target Search and Detection by a Team of Drones

2021-03-17 · Roi Yehoshua, Juan Heredia-Juesas, Yushu Wu, Christopher Amato 외

Targets search and detection encompasses a variety of decision problems such as coverage, surveillance, search, observing and pursuit-evasion along with others. In this paper we develop a multi-agent deep reinforcement l…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

AI for Distributed Systems Design: Scalable Cloud Optimization Through Repeated LLMs Sampling And Simulators

2025-10-20 · Jacopo Tagliabue arxiv

We explore AI-driven distributed-systems policy design by combining stochastic code generation from large language models (LLMs) with deterministic verification in a domain-specific simulator. Using a Function-as-a-Servi…

Code Generation

UXsim: An open source macroscopic and mesoscopic traffic simulator in Python -- a technical overview

2023-09-29 · Toru Seo

This note describes a technical overview of UXsim, an open source macro/mesoscopic traffic simulator in pure Python programming language. UXsim is based on Kinematic Wave model (more specifically, mesoscopic version of N…

SOCIALGYM 2.0: Simulator for Multi-Agent Social Robot Navigation in Shared Human Spaces

2023-03-09 · Zayne Sprague, Rohan Chandra, Jarrett Holtz, Joydeep Biswas

We present SocialGym 2, a multi-agent navigation simulator for social robot research. Our simulator models multiple autonomous agents, replicating real-world dynamics in complex environments, including doorways, hallways…

Multi-agent Reinforcement LearningRobot NavigationSocial Navigation