AIXI.CtwContextTreeUndo.CtwContextTreeUndo C# (CSharp) 메소드

CtwContextTreeUndo() 공개 메소드

public CtwContextTreeUndo ( MC_AIXI_CTW agent ) : System
agent MC_AIXI_CTW
리턴 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