Property | Type | Description | |
---|---|---|---|
Action | int | ||
ActionBits | int | ||
IsFinished | bool | ||
Observation | int | ||
ObservationBits | int | ||
Options | string>.Dictionary | ||
Reward | int | ||
RewardBits | int | ||
ValidActions | int[] | ||
ValidObservations | int[] | ||
ValidRewards | int[] |
Method | Description | |
---|---|---|
AIXIEnvironment ( string>.Dictionary |
||
IsValidAction ( int action ) : bool | ||
IsValidObservation ( int observation ) : bool | ||
IsValidReward ( int reward ) : bool | ||
PerformAction ( int action ) : int>.Tuple |
||
actionBits ( ) : int | ||
fill_out_bits ( ) : void | ||
maximum_action ( ) : int? | ||
maximum_observation ( ) : int? | ||
maximum_reward ( ) : int? | ||
minimum_action ( ) : int? | ||
minimum_observation ( ) : int? | ||
minimum_reward ( ) : int? | ||
observationBits ( ) : int | ||
perceptBits ( ) : int | ||
rewardBits ( ) : int |
public AIXIEnvironment ( string>.Dictionary |
||
options | string>.Dictionary | |
return | System |
public IsValidObservation ( int observation ) : bool | ||
observation | int | |
return | bool |
public abstract PerformAction ( int action ) : int>.Tuple |
||
action | int | |
return | int>.Tuple |