AIXI.Agent.Reset C# (CSharp) Méthode

Reset() public méthode

public Reset ( ) : void
Résultat void
        public void Reset()
        {
            //note: when overriding this method, do not forget to call this base version.
            this.Age = 0;
            this.TotalReward = 0;
            this.LastUpdate = ActionUpdate;
        }