Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
I
Q
V
A
absorbing
- Variable in class
VIcore
C
contribution(int, int, int)
- Method in class
VIcore
determines the contribution to the q-value if the agent actually went in direction dir from the (xval,yval) location.
D
discount
- Variable in class
VIcore
doreset(double)
- Method in class
VIcore
resets the Q-values.
doreset()
- Method in class
VIgui
dostep(double)
- Method in class
VIcore
does one step of value iteration
dostep()
- Method in class
VIgui
I
init()
- Method in class
VIgui
Q
q(int, int, int)
- Method in class
VIcore
computes the next Q-value from the previous value function
qvalues
- Variable in class
VIcore
qvalues[x][y][a] gives the Q-value for doing action a in the (x,y) state
V
values
- Variable in class
VIcore
values[x][y] gives the Value for the (x,y) state
VIcore
- Class in
<Unnamed>
This is part of the applet to demonstrates value iteration for a particular grid world problem.
VIcore()
- Constructor for class
VIcore
VIgui
- Class in
<Unnamed>
This applet demonstrates value iteration for a particular grid world problem.
VIgui()
- Constructor for class
VIgui
A
C
D
I
Q
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes