C# Class AIXI.ExtendedTigerEnvironment

Inheritance: AIXIEnvironment
Afficher le fichier Open project: GoodAI/SummerCamp

Méthodes publiques

Свойство 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

Méthodes publiques

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

Method Details

ExtendedTigerEnvironment() public méthode

public ExtendedTigerEnvironment ( string>.Dictionary options ) : System
options string>.Dictionary
Résultat System

PerformAction() public méthode

public PerformAction ( int action ) : int>.Tuple
action int
Résultat int>.Tuple

reset() public méthode

public reset ( ) : void
Résultat void

Property Details

ALeft public_oe property

public int ALeft
Résultat int

AListen public_oe property

public int AListen
Résultat int

ARight public_oe property

public int ARight
Résultat int

AStand public_oe property

public int AStand
Résultat int

OLeft public_oe property

public int OLeft
Résultat int

ONull public_oe property

public int ONull
Résultat int

ORight public_oe property

public int ORight
Résultat int

RGold public_oe property

public int RGold
Résultat int

RInvalid public_oe property

public int RInvalid
Résultat int

RListen public_oe property

public int RListen
Résultat int

RStand public_oe property

public int RStand
Résultat int

RTiger public_oe property

public int RTiger
Résultat int

default_listen_accuracy public_oe property

public double default_listen_accuracy
Résultat double

gold public_oe property

public int gold
Résultat int

listen_accuracy public_oe property

public double listen_accuracy
Résultat double

sitting public_oe property

public bool sitting
Résultat bool

tiger public_oe property

public int tiger
Résultat int