{
if (c.gameObject.CompareTag("ball"))
AddReward(.1f * m_BallTouch);
AddReward(.2f * m_BallTouch);
}
public override void OnEpisodeBegin()