private void Update() { cumulativeRewardText.text = aiAgent.GetCumulativeReward().ToString("0.00"); }