1

Im looking for a relevant MAS (multi agent system) platform written in python which has the same features and functionality of JADE. Any recommendations?. thx.

1 Answers1

1

To my knowledge there is no equivalent to JADE, but there exist several python-based platforms that cover part of JADE functionnalities. Depending of what you are looking for, you might find something interesting.

  • MESA : no communication, so netlogo-like
  • SPADE : Xmpp based, no mobility
  • Osbrain : No mobility, but communication and computation asynchronism
  • PADE : Communication based on Twisted, no mobility, synchronous
Hc.
  • 86
  • 4
  • Thank you for your response. I m working in deep learning field so I used python because it is eaiser to implement neural network with python than java however I want to include multi agent system in my work therefore it is important for me to found a MAS plateform written in python that ensure communication, mobility and cloning. i.e the features of a MAS. –  Mar 03 '20 at 20:48