/// <summary>
 /// Invokes when the agent is marked done
 /// </summary>
 public override void AgentReset()
 {
     stageGenerator.RespawnPlayer();
 }