Messages

Agents can communicate with eachother by sending and receiving messages, containing a variety of possible contents.

matrx.messages.message.Message(content, from_id)

A simple object representing a communication message.

matrx.messages.message_manager.MessageManager()

A manager inside the GirdWorld that tracks the received and send messages between agents and their teams.