Les bases des systèmes multi-agents
Feuilles python jupyter qui ont pour objectif de montrer les bases d'un système multi-agents. Nous montrons notamment ici comment concevoir un tel système en Python, à travers des petites applications avec exercices.
The Multiagent bases
This jupiter sheet aims to show the basics of a multi-agent system. In particular, we show here how to design such a system in Python, through a small application of agents in social networks.
A minimal MAS transportation system
This jupyter sheet follows the previous one. Its purpose is to show how to represent a carpooling system with the help of a multi-agent system and to be able to carry out some experiments with it.
An extended MAS transportation system
This jupyter sheet follows the previous one. Its purpose is to show how to represent a carpooling system with more complex behaviors and to be able to carry out some experiments with it.