C# 클래스 AIXI.ExtendedTigerEnvironment

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

공개 프로퍼티들

프로퍼티 타입 설명
ALeft int
AListen int
ARight int
AStand int
OLeft int
ONull int
ORight int
RGold int
RInvalid int
RListen int
RStand int
RTiger int
default_listen_accuracy double
gold int
listen_accuracy double
sitting bool
tiger int

공개 메소드들

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

메소드 상세

ExtendedTigerEnvironment() 공개 메소드

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

PerformAction() 공개 메소드

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

reset() 공개 메소드

public reset ( ) : void
리턴 void

프로퍼티 상세

ALeft 공개적으로 프로퍼티

public int ALeft
리턴 int

AListen 공개적으로 프로퍼티

public int AListen
리턴 int

ARight 공개적으로 프로퍼티

public int ARight
리턴 int

AStand 공개적으로 프로퍼티

public int AStand
리턴 int

OLeft 공개적으로 프로퍼티

public int OLeft
리턴 int

ONull 공개적으로 프로퍼티

public int ONull
리턴 int

ORight 공개적으로 프로퍼티

public int ORight
리턴 int

RGold 공개적으로 프로퍼티

public int RGold
리턴 int

RInvalid 공개적으로 프로퍼티

public int RInvalid
리턴 int

RListen 공개적으로 프로퍼티

public int RListen
리턴 int

RStand 공개적으로 프로퍼티

public int RStand
리턴 int

RTiger 공개적으로 프로퍼티

public int RTiger
리턴 int

default_listen_accuracy 공개적으로 프로퍼티

public double default_listen_accuracy
리턴 double

gold 공개적으로 프로퍼티

public int gold
리턴 int

listen_accuracy 공개적으로 프로퍼티

public double listen_accuracy
리턴 double

sitting 공개적으로 프로퍼티

public bool sitting
리턴 bool

tiger 공개적으로 프로퍼티

public int tiger
리턴 int