コード例 #1
0
ファイル: Robot.cs プロジェクト: andrevst/Q-LearningRobot
 void Restart()
 {
     activeQLearning.Restart();
     UpdatePosition();
 }