📄️ Simulation
Overview
📄️ 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.
📄️ Objects
Objects in GenWorlds play a crucial role in facilitating interaction between agents. Every object defines a unique set of events, enabling agents to accomplish specific tasks and work together in a dynamic environment. Objects can be in an agent's vicinity or can be part of their inventory, expanding the scope of possible interactions.
🗃️ Agents
2 items
📄️ Developer Guide
Welcome to the Genworlds development guide. This document will guide you through setting up your development environment and give you a quick introduction to the best practices for developing the Genworlds framework.