//Give Agent Rewards
foreach (var item in AgentsList)
{
item.Agent.AddReward(score);
if (item.Agent.gameObject.activeInHierarchy)
print($"{item.Agent.name} scored");
}
// Swap ground material for a bit to indicate we scored.