larvaworld.lib.sim.dataset_replay ================================= .. py:module:: larvaworld.lib.sim.dataset_replay Classes ------- .. autoapisummary:: larvaworld.lib.sim.dataset_replay.ReplayRun Module Contents --------------- .. py:class:: ReplayRun(parameters: Any, dataset: Any | None = None, screen_kws: dict = {}, **kwargs: Any) Bases: :py:obj:`larvaworld.lib.sim.base_run.BaseRun` Basic Class for the Agent-based model Extends the agentpy Model class .. py:property:: configuration_text .. py:method:: setup() -> None Defines the model's actions before the first simulation step. Can be overwritten to initiate agents and environments. .. py:method:: build_agents(d: Any) -> None .. py:method:: step() -> None Defines the models' events per simulation step. .. py:method:: end() -> None Defines the model's actions after the last simulation step. Can be overwritten for final calculations and reporting.