메소드 | 설명 | |
---|---|---|
TransitionModel ( List |
||
TransitionModel ( List |
||
asMatrix ( ) : Matrix | ||
asMatrix ( String action ) : Matrix | ||
get ( String old_state_action, String newState ) : double | ||
getStateForGivenActionAndProbability ( String oldState, String action, double probability ) : String | ||
getStateForProbability ( String oldState, String action, double probability ) : String | ||
getStateForProbability ( String oldState, double probability ) : String | ||
setTransitionProbability ( String startState, String endState, Double probability ) : void | ||
setTransitionProbability ( String startState, String action, String endState, Double probability ) : void | ||
unitMatrix ( ) : Matrix |
public TransitionModel ( List |
||
states | List |
|
actions | List |
|
리턴 | System |
public get ( String old_state_action, String newState ) : double | ||
old_state_action | String | |
newState | String | |
리턴 | double |
public getStateForGivenActionAndProbability ( String oldState, String action, double probability ) : String | ||
oldState | String | |
action | String | |
probability | double | |
리턴 | String |
public getStateForProbability ( String oldState, String action, double probability ) : String | ||
oldState | String | |
action | String | |
probability | double | |
리턴 | String |
public getStateForProbability ( String oldState, double probability ) : String | ||
oldState | String | |
probability | double | |
리턴 | String |
public setTransitionProbability ( String startState, String endState, Double probability ) : void | ||
startState | String | |
endState | String | |
probability | Double | |
리턴 | void |
public setTransitionProbability ( String startState, String action, String endState, Double probability ) : void | ||
startState | String | |
action | String | |
endState | String | |
probability | Double | |
리턴 | void |