🛩️ 🚒 🔥 A project based in Autonomous and Intelligent Agents. This project was built using Java, JADE (JAVA Agent DEvelopment Framework) and Rapid Miner Studio. The scenario chosen for this project was to combat fires with the use of flying and terrestrial autonomous and intelligent vehicles, like trucks and airplanes. In this scenario we have, as agents, the trucks, airplanes and the headquarters (responsible for coordinating the airplanes and trucks). And also, as an environment, the fires and the water supply stations (rivers, seas, lagoons, among others). Airplanes and trucks would have limited fuel and water supply capacity.
A 1st year’s project of the MSc. degree of Informatics and Computing Engineering made in FEUP (Faculty of Engineering of University of Porto), in the subject of Agents and Distributed Artificial Intelligence. This project was built using Java, JADE (JAVA Agent DEvelopment Framework) and Rapid Miner Studio. The scenario chosen for this project was to combat/fight forest fires with the use of flying and terrestrial autonomous and intelligent vehicles, like aircrafts, drones and fire-trucks. In this scenario we have, as agents, the aircrafts, the drones, the fire-trucks and the headquarters (responsible for coordinating the aircrafts, drones and fire-trucks). And also, as an environment, the fires and the water supply stations (rivers, seas, lagoons, among others). The aircrafts, drones and fire-trucks would have limited fuel and water supply capacity.
To install and run this application, you will need:
The Git feature and/or a third-party Git Client based GUI, like:
To install this application, you will need to download or clone this repository and run the application locally:
You can do it downloading the .zip file in download section of this repository.
Or instead, by cloning this repository by a Git Client based GUI, using HTTPS or SSH, by one of the following link:
- HTTPS:
https://github.com/rubenandrebarreiro/fire-fighting-autonomous-intelligent-agents-simulator.git
- SSH:
git@github.com:rubenandrebarreiro/fire-fighting-autonomous-intelligent-agents-simulator.git
Or even, by running one of the following commands in a Git Bash Console:
- HTTPS:
git clone https://github.com/rubenandrebarreiro/fire-fighting-autonomous-intelligent-agents-simulator.git
- SSH:
git clone git@github.com:rubenandrebarreiro/fire-fighting-autonomous-intelligent-agents-simulator.git