Пример #1
0
 public float getReward()
 {
     if (birdMvmt.getBirdIsDead())
     {
         return(-500);
     }
     return(1);
 }