📄️ Simulation
A Simulation is the highest level abstraction in the Genworlds framework. It ties together a World, Agents and Objects, starts and manages their threads.
📄️ World
The 'World' in GenWorlds serves as the setting for all the action. It keeps track of all the agents, objects, and world properties such as agent inventories.
📄️ Agents
Agents are the entities that interact with the world. They have a set of goals and try to accomplish them by planning a series of actions.
📄️ objects
Objects
📄️ Brains
Brains are the smallest component of the Tree [Agent] (./agent.)