https://github.com/rand-asswad/multi-agent-systems
MAS projects and a review paper.
https://github.com/rand-asswad/multi-agent-systems
bdi-model gama-platform game-theory-framework jason multi-agent-reinforcement-learning
Last synced: 2 months ago
JSON representation
MAS projects and a review paper.
- Host: GitHub
- URL: https://github.com/rand-asswad/multi-agent-systems
- Owner: rand-asswad
- License: mit
- Created: 2020-07-22T21:28:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T17:25:25.000Z (about 4 years ago)
- Last Synced: 2025-01-08T03:11:33.485Z (4 months ago)
- Topics: bdi-model, gama-platform, game-theory-framework, jason, multi-agent-reinforcement-learning
- Language: Java
- Homepage:
- Size: 3.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi-Agent Systems
Studied Multi-Agent Systems as part of my Masters program with focus on
the **belief-desire-intention** model.I worked on three projects in the context of MAS (hosted in this repository):
- **Capture The Flag:** a simple game implemented using [jason](http://jason.sourceforge.net/wp/)
as a basic BDI-model application.
- **Luneray Flu:** a simulation of the propagation of the flu in the city of Luneray (Normandy, France)
using [GAMA](https://gama-platform.github.io/) modeling environment.
- **Multi-Agent Reinforcement Learning (MARL):** studied MARL in the framework of Game Theory.
I wrote a review paper (in french) to analyse a scientific paper and compare it with more recent litterature.Each project is explained in detail in its `readme` file.