C# 클래스 AIXI.MyTttEnvironment

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

공개 프로퍼티들

프로퍼티 타입 설명
Board ].int[
OAgent int
OEmpty int
OEnv int
RDraw int
RInvalid int
RLoss int
RNull int
RWin int

공개 메소드들

메소드 설명
MyTttEnvironment ( string>.Dictionary options ) : System
PerformAction ( int action ) : int>.Tuple
Print ( ) : string
Reset ( ) : void
check_win ( ) : bool
compute_observation ( ) : void

메소드 상세

MyTttEnvironment() 공개 메소드

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

PerformAction() 공개 메소드

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

Print() 공개 메소드

public Print ( ) : string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

check_win() 공개 메소드

public check_win ( ) : bool
리턴 bool

compute_observation() 공개 메소드

public compute_observation ( ) : void
리턴 void

프로퍼티 상세

Board 공개적으로 프로퍼티

public int[,] Board
리턴 ].int[

OAgent 공개적으로 프로퍼티

public int OAgent
리턴 int

OEmpty 공개적으로 프로퍼티

public int OEmpty
리턴 int

OEnv 공개적으로 프로퍼티

public int OEnv
리턴 int

RDraw 공개적으로 프로퍼티

public int RDraw
리턴 int

RInvalid 공개적으로 프로퍼티

public int RInvalid
리턴 int

RLoss 공개적으로 프로퍼티

public int RLoss
리턴 int

RNull 공개적으로 프로퍼티

public int RNull
리턴 int

RWin 공개적으로 프로퍼티

public int RWin
리턴 int