Because cars, motorcycles, bicycles, and other
vehicles travel in the Goroku-ichi venue, there are
four locations where traffic control is required, and
approximately ten security guards are deployed to
take charge of this task at each location. In this
section, we propose a decentralized cooperative
evacuation guidance method that assumes the case
where multiple security guards cooperate to guide
visitors to evacuate in the event of an earthquake in
the Goroku-ichi venue, and discuss the results of
implementing and evaluating the effectiveness of the
proposed method using multi-agent simulation
technology. Hereafter, the security guards are
referred to as "guides" who guide visitors during the
evacuation, and the Goroku-ichi visitors are referred
to as "evacuees."
3.2 Proposed Behavior Models for
Evacuation Guide
We examined two methods to efficiently guide a large
number of evacuees to evacuate the Goroku-ichi
venue. In both methods, it was assumed that each
guide had his own means of communication and
shared information with the others. It was also
assumed that the information on the number of
evacuees in the venue from multiple PSs was shared.
Method 1: Dynamically determine the zone that
each guide is in charge of Goroku-ichi venues are
divided into several areas for management. In this
method, each guide travels to one of the nearest
areas from the current location immediately after a
disaster occurs. However, to avoid overlapping the
areas they are in charge of, they pass through the
areas where there are already guides for the
evacuees, go to the area where no one is in charge,
and start evacuation guidance for evacuees.
However, if the information from the PS indicates
that the evacuation route (exit) is more crowded
than other routes, the guide informs the evacuees of
the route to the next nearest exit. After the
evacuation guidance is completed in the assigned
area, if there is still an area that has not been
evacuated, the guide will go to that area to begin the
evacuation guidance.
Method 2: Load equalization added to Method1.
This method divides the venue area equally into
numbers proportional to the number of guides and
assigns these divided areas to the guides. In this
case, the divided areas are assigned such that each
guide is in charge of an equal number of areas.
Immediately after a disaster occurs, the guide first
moves to the nearest area in the group of areas that
he is in charge of and begins to guide the evacuees.
The evacuee guiding method is the same as that
used in Method 1. After the guidance of the first
area is completed, the guide moves to the area
adjacent to the current area in his/her/their area
group that has the largest number of evacuees and
has not yet been evacuated, and guides the
evacuees. When all the guidance in the area group
for which he/she/they are in charge of is completed,
the guide moves to the area in charge of another
guide who has not yet completed the guidance, and
guides the evacuation.
3.3 Criteria for Judging Congestion for
Determining Evacuation Routes
The proposed methods assume that PSs are placed in
appropriate areas and that information on the number
of evacuees is shared by each guide to improve the
evacuation guidance efficiency. In the evaluation of
these methods in Goroku-ichi, we introduced α,
which calculates congestion of evacuees from a PS
placed at the intersection in a venue exit, where heavy
congestion is expected, and uses this as a decision-
making tool to select the appropriate evacuation route
(see Figure 3). α is expressed as follows:
α: = n/A (1)
where n is the number of evacuees present within the
PS measurement range and A is the road area within
the measurement range. Specifically, each guide must
sum all α on the evacuation route and communicate
the route with the smallest total value to the evacuees
as an optimal evacuation route.
Figure 3: Sensor placement near exits to calculate the
congestion degree α.
3.4 Evacuee Models
Evacuees remain in place until the guide tells them to
evacuate; when the guide provides them with an
evacuation route, they start evacuating and go to the
venue’s exit. If some evacuees started to move in the
vicinity, they would look at the surrounding situation,
start moving in the direction of most evacuees in
progress, and follow other evacuees, even if the route
was not communicated to them by the guide.