Пример #1
0
 private void Update()
 {
     cumulativeRewardText.text = aiAgent.GetCumulativeReward().ToString("0.00");
 }