C# Class AIXI.ExtendedTigerEnvironment

Inheritance: AIXIEnvironment
Show file Open project: GoodAI/SummerCamp

Public Properties

Property Type Description
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

Public Methods

Method Description
ExtendedTigerEnvironment ( string>.Dictionary options ) : System
PerformAction ( int action ) : int>.Tuple
reset ( ) : void

Method Details

ExtendedTigerEnvironment() public method

public ExtendedTigerEnvironment ( string>.Dictionary options ) : System
options string>.Dictionary
return System

PerformAction() public method

public PerformAction ( int action ) : int>.Tuple
action int
return int>.Tuple

reset() public method

public reset ( ) : void
return void

Property Details

ALeft public property

public int ALeft
return int

AListen public property

public int AListen
return int

ARight public property

public int ARight
return int

AStand public property

public int AStand
return int

OLeft public property

public int OLeft
return int

ONull public property

public int ONull
return int

ORight public property

public int ORight
return int

RGold public property

public int RGold
return int

RInvalid public property

public int RInvalid
return int

RListen public property

public int RListen
return int

RStand public property

public int RStand
return int

RTiger public property

public int RTiger
return int

default_listen_accuracy public property

public double default_listen_accuracy
return double

gold public property

public int gold
return int

listen_accuracy public property

public double listen_accuracy
return double

sitting public property

public bool sitting
return bool

tiger public property

public int tiger
return int