What does this mean? It’s a percentage. What does 50% mean?
Good question, thanks for asking.
For this competition, we are asking contestants to track all of the generated agents in the simulation. When this simulation is run in production, we imagine users will want to run large environmental volumes. In this case, tracking every agent would be computationally prohibitive, as there would be so many agents. Therefore, the user should stipulate how many agents are tracked as a percentage of the total generated.
A percentage tracked code could randomly select a portion of agents generated each turn for tracking. However, if you see a more efficient method, we would be excited to see it.