/// <summary> /// /// </summary> public void ExecuteQLearning() { qLearning = new QLearning(); qLearning.Execute(); }