예제 #1
0
파일: RLForm.cs 프로젝트: paweenwich/sc2
 public void SetLearningAgent(LearningAgent learningAgent)
 {
     this.learningAgent = learningAgent;
     this.Text          = String.Format("RL [{0}]", learningAgent.GetType().ToString());
 }
예제 #2
0
 public Me(LearningAgent la)
 {
     type          = WorldObjectType.Me;
     learningAgent = la;
 }