:py:mod:`starling_sim.models.SB_VS_R.input` =========================================== .. py:module:: starling_sim.models.SB_VS_R.input Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: starling_sim.models.SB_VS_R.input.Input .. py:class:: Input(agent_type_dict) Bases: :py:obj:`starling_sim.basemodel.input.dynamic_input.DynamicInput` This class manages the agent entering the simulation. It generates base agents at the beginning of the simulation, and dynamically adds agents in the environment during the simulation. .. py:method:: pre_process_input_dict(input_dict) Enhance the given input dict according to the agent type and the needs of the model. :param input_dict: input dict to be completed :return: