dicelab-rhul / vacuumworld

A multi-agent platform built on the top of the pystarworldsturbo library. Part of the Intelligent Agents course taught at Royal Holloway University of London.
https://dicelab-rhul.github.io/vacuumworld/
GNU General Public License v3.0
1 stars 2 forks source link

Support `bytes` for message contents. #198

Closed cloudstrife9999 closed 2 years ago

cloudstrife9999 commented 2 years ago

At the moment, the content of a message must be Union[int, float, str, list, tuple, dict].

We should support bytes as well.

cloudstrife9999 commented 2 years ago

Done in #200.