C# Class AIXI.TigerEnvironment

Inheritance: AIXIEnvironment
Show file Open project: GoodAI/SummerCamp

Public Properties

Property Type Description
ALeft int
AListen int
ARight int
DefaultListenAccuracy double
Gold int
ListenAccuracy double
OLeft int
ONull int
ORight int
REaten int
RGold int
RListen int
Tiger int

Public Methods

Method Description
PerformAction ( int action ) : int>.Tuple
Print ( ) : string
TigerEnvironment ( string>.Dictionary options ) : System
place_tiger ( ) : void

Method Details

PerformAction() public method

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

Print() public method

public Print ( ) : string
return string

TigerEnvironment() public method

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

place_tiger() public method

public place_tiger ( ) : 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

DefaultListenAccuracy public property

public double DefaultListenAccuracy
return double

Gold public property

public int Gold
return int

ListenAccuracy public property

public double ListenAccuracy
return double

OLeft public property

public int OLeft
return int

ONull public property

public int ONull
return int

ORight public property

public int ORight
return int

REaten public property

public int REaten
return int

RGold public property

public int RGold
return int

RListen public property

public int RListen
return int

Tiger public property

public int Tiger
return int