C# Class AIXI.ExtendedTigerEnvironment

Inheritance: AIXIEnvironment
Mostrar archivo 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_oe property

public int ALeft
return int

AListen public_oe property

public int AListen
return int

ARight public_oe property

public int ARight
return int

AStand public_oe property

public int AStand
return int

OLeft public_oe property

public int OLeft
return int

ONull public_oe property

public int ONull
return int

ORight public_oe property

public int ORight
return int

RGold public_oe property

public int RGold
return int

RInvalid public_oe property

public int RInvalid
return int

RListen public_oe property

public int RListen
return int

RStand public_oe property

public int RStand
return int

RTiger public_oe property

public int RTiger
return int

default_listen_accuracy public_oe property

public double default_listen_accuracy
return double

gold public_oe property

public int gold
return int

listen_accuracy public_oe property

public double listen_accuracy
return double

sitting public_oe property

public bool sitting
return bool

tiger public_oe property

public int tiger
return int