public interface DiscreteLearner extends Learner
Modifier and Type | Method and Description |
---|---|
int |
act()
Request that the learner perform an action.
|
int |
getNumberOfActions()
Get the number of different possible actions this learner can choose from
when it performs an action.
|
dumpState, getLearningDelta, monitor
int act()
int getNumberOfActions()
Copyright © 2014. All rights reserved.