C# 클래스 AIXI.CheeseMazeEnvironment

상속: AIXIEnvironment
파일 보기 프로젝트 열기: GoodAI/SummerCamp

공개 프로퍼티들

프로퍼티 타입 설명
OHead int
OTail int
RLose int
RWin int

공개 메소드들

메소드 설명
CheeseMazeEnvironment ( string>.Dictionary options ) : System
PerformAction ( int action ) : int>.Tuple

메소드 상세

CheeseMazeEnvironment() 공개 메소드

public CheeseMazeEnvironment ( string>.Dictionary options ) : System
options string>.Dictionary
리턴 System

PerformAction() 공개 메소드

public PerformAction ( int action ) : int>.Tuple
action int
리턴 int>.Tuple

프로퍼티 상세

OHead 공개적으로 프로퍼티

public int OHead
리턴 int

OTail 공개적으로 프로퍼티

public int OTail
리턴 int

RLose 공개적으로 프로퍼티

public int RLose
리턴 int

RWin 공개적으로 프로퍼티

public int RWin
리턴 int