Objects

The world of MATRX can contain a various amount of objects. Below such object classes can be found.

matrx.objects.env_object.EnvObject(location, …)

The basic class for all objects in the world. This includes the AgentAvatar. All objects that are added to the

matrx.objects.agent_body.AgentBody(location, …)

This class is a representation of an agent’s body in the GridWorld.

matrx.objects.standard_objects