Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PeriniM/Multi-Agents-HAED

Repository files navigation

Multi-Agent Hybrid Approach for Environment Discovery

alt text

Introduction

This project focuses on simulating a multi-agent system to perform environment mapping. Agents, equipped with sensors, explore and record their surroundings, considering uncertainties in their readings.

Installation

Requirements

Installation Guide

Ubuntu 20.04

git clone https://github.com/PeriniM/Multi-Agents-HAED.git
cd distributed-system-project
python -m venv env
source env/bin/activate
pip install -r requirements.txt

Windows

git clone https://github.com/PeriniM/Multi-Agents-HAED.git
cd distributed-system-project
python -m venv env
./env/Scripts/activate
pip install -r requirements.txt

Project Structure

Usage

  • Set the voronoi points and number of agents in the main.py file
  • Run the main.py file

Related Works

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages