AMAK
Mar 23, 2017
·
1 min read

Amak is a framework aiming at facilitating the development of multi-agent systems. For the framework to work properly, you need to create a type of environment, a type of agent and a type of multi-agent system.
Java:
- Framework: https://github.com/alexandreprl/amak
- https://github.com/alexandreprl/amak-exercise-philosophers-dinner
- https://github.com/alexandreprl/amak-exercise-prey-predator
- https://github.com/alexandreprl/amak-exercise-color-cubes-game
Python
- Framework: https://github.com/alexandreprl/amak-python
- https://github.com/alexandreprl/amak-python-exercise-prey-predator
- https://github.com/alexandreprl/amak-python-exercise-transporter-robots
Unity
- Framework: https://github.com/alexandreprl/amak-unity
- https://github.com/alexandreprl/amak-unity-exercise-transporter-robots
More information on this link