dicelab-rhul / vacuumworld

A multi-agent platform built on the top of the pystarworldsturbo library. Part of the Intelligent Agents course taught at Royal Holloway University of London.
https://dicelab-rhul.github.io/vacuumworld/
GNU General Public License v3.0
1 stars 2 forks source link
agent agent-based agent-based-architecture agent-based-simulation agent-oriented-programming agents coursework intelligent-agent intelligent-agents multi-agent multi-agent-simulation multi-agent-systems pystarworldsturbo python python-library python3 simulation vacuumworld

VacuumWorld

VacuumWorld is a multi-agent platform written in Python3 that simulates cleaning robots moving around a grid to collect pieces of dirt that either were there from the beginning of the simulation, or were dropped by a user actor (also running around the grid) during the simulation.

Check the Wiki for the full documentation.

How to update this repo

Please, DO NOT commit/push to the main branch. Rather, work on the dev branch, and create pull requests.