Core ==== .. toctree:: :maxdepth: 3 :hidden: agent artifact environment simulation Core package holds base implementations for agents, environments, simulations and artifacts. * :doc:`core.agent` - base agent implementation * :doc:`core.environment` - base environment, each agent lives in an environment * :doc:`core.simulation` - base simulation to run environment's agents in iterations * :doc:`core.artifact` - base artifact implementation