Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 474 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 474 Bytes

PyDALI

Python classes for meta-managment and scripting of DALI Multi Agent Systems.

  • Agent : a Python class that handles a single DALI Agent. See src/testAgents.py to see how it works.
  • MAS: a Python class that handles a Multi Agent System. See src/testMAS.py to see how it works.

###Dependencies###