This model simulates a warehouse conveying goods to storage before distributing them to cartons to be packed and delivered.
Globals
"production_dock_capacity": "food_production_dock": Sets the max capacity of food production docks "dish_production_dock": Sets the max capacity of dish production docks "beverage_production_dock": Sets the max capacity of beverage production docks
"production_dock_initial": { "food_production_dock": Sets the initial holdings of food production docks "dish_production_dock": Sets the initial holdings of dish production docks "beverage_production_dock": Sets the initial holdings of beverage production docks } "max_storage": Sets max storage capacity, "packaging_time": Sets time for processing agents to package each agents, "show_process_height": If true updates agents heights to show holdings.
Agents
- Production Docks: Produce the pallets that are processed through the warehouse.
- Cranes: Moves pallets from a conveyor to processing or storage locations.
- Conveyors: Direct pallets through warehouse.
- Forklifts: Move pallets.
- Storage: Store pallets.
Data
The warehouse layout is materialized from CSVs that define the location of agents. The key:value definitions are in init.json