AIXI.CtwContextTreeUndo.CtwContextTreeUndo C# (CSharp) Method

CtwContextTreeUndo() public method

public CtwContextTreeUndo ( MC_AIXI_CTW agent ) : System
agent MC_AIXI_CTW
return System
        public CtwContextTreeUndo(MC_AIXI_CTW agent)
        {
            this.Age = agent.Age;
            this.TotalReward = agent.TotalReward;
            this.HistorySize = agent.history_size();
            this.LastUpdate = agent.LastUpdate;
        }
CtwContextTreeUndo