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.
Bugfix: a Dict[Colour, ActorMindSurrogate] was returned by __process_minds() instead of a Tuple[ActorMindSurrogate, ActorMindSurrogate, ActorMindSurrogate]. #188