Assignment A5

Crowd Simulation Challenge


Description

Plane Ingress

Breakdown
This testcase is the inverse of plane_egress. Instead of 105 agents exiting the plane, 105 agents are trying to get onto the plane. The same idea was used. We sent agents to the left or right entrance based on their target position. If the target position was greater than 0, the agents would use the left entrance and the right entrance otherwise. A goal is placed at each end of the aisle for the agents to enter the plane. Afterwards, goals are placed in front of their target rows before they are seated. runLongTermPlanning() is used for the agents to get to their seats.

SteerBench Scores
Number of Agents 105
Average Collisions 1.2381
Average Time Spent 67.3694
Average Energy Spent 1186.44
Sum of Instantaneous Accelerations 312.044
Final Score 1627.76

Back | Github