Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
U
V
W
U
ungroupAgent(JReLMAgent)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
Agents are grouped according to their learning algorithm as indicated by the type of RLParameters their learner uses.
unregister(ReinforcementLearner)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
Attempts to unregister the given ReinforcementLearner.
unregister(JReLMAgent)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
unregister(String)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
update(Feedback<Double>)
- Method in class edu.iastate.jrelm.rl.bushmosteller.
GBMLearner
Implements the core learning function according to the Generalised Bush-Mosteller model.
update(F)
- Method in interface edu.iastate.jrelm.rl.
ReinforcementLearner
Initiate the learning process using given feedback.
update(Feedback<Double>)
- Method in class edu.iastate.jrelm.rl.rotherev.
RELearner
This activates the learning process according to the modified Roth-Erev learning algorithm.
update(double)
- Method in class edu.iastate.jrelm.rl.rotherev.
RELearner
Convenience version of the update(FeedbackDoubleValue) method
update(Feedback<Double>, A)
- Method in class edu.iastate.jrelm.rl.rotherev.variant.
VRELearner
Update the Policy according to the Variant Roth-Erev algorithm, but associate the given feedback with the given Action.
update(double, A)
- Method in class edu.iastate.jrelm.rl.rotherev.variant.
VRELearner
Convenience version of the update(Feedback, Action) method.
update(Feedback<Double>)
- Method in class edu.iastate.jrelm.rl.
SimpleStatelessLearner
Give the learner feedback resulting from its last choice of action.
updateAgentSelector()
- Method in class edu.iastate.jrelm.gui.
BasicSettingsEditor
updateAlgorithmSelector()
- Method in class edu.iastate.jrelm.gui.
BasicSettingsEditor
updateAlgorithmSettingsPanel()
- Method in class edu.iastate.jrelm.gui.
BasicSettingsEditor
updateProbabilities()
- Method in class edu.iastate.jrelm.rl.rotherev.
RELearner
Updates the probability for each action to be chosen in the policy.
updateProbabilities()
- Method in class edu.iastate.jrelm.rl.rotherev.variant.
VRELearner
updatePropensities(double)
- Method in class edu.iastate.jrelm.rl.rotherev.
RELearner
updateRLPanel()
- Method in class edu.iastate.jrelm.gui.
BasicSettingsEditor
updateSettings(String, RLParameters)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
Update the learning parameter settings for the agent specified by 'id'.
updateSettings(Class, RLParameters)
- Method in class edu.iastate.jrelm.core.
BasicLearnerManager
Update the settings for all agents in the algortithm group indicated by the given Class of ReinforcementLearner.
useBoltzmann()
- Method in class edu.iastate.jrelm.rl.rotherev.
REParameters
Indicate whether to use the Gibbs-Boltzmann probability distribution or default to the proportional distribution.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
U
V
W