Journey to trying out different libraries for multi-agent system communication
Read the review at https://dataontherocks.wordpress.com/2017/06/10/multi-agent-system-simulation-quick-start-with-zeromq-python/
Use threading_agents.py.
Use simpy_cars.py
Run using 4 Python instances:
- 1 for server
- 3 for agents
To follow.