private void ResetSimulation()
 {
     blackboard.ClearObjects();
     StateDB.Reset();
     ScoringDB.Reset();
 }