|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Policy | |
|---|---|
| jmarkov.basic | This package contains basic elements such as State, Event, Action that are used in jMarkov and jMDP. |
| jmarkov.jmdp | jMDP is used to solve Markov Decision Processes. |
| jmarkov.jmdp.solvers | This package contins the framwork of solvers used by jMDP to solve Markov Decision Processes. |
| Uses of Policy in jmarkov.basic |
|---|
| Methods in jmarkov.basic that return Policy | |
|---|---|
Policy<S,A> |
Solution.getPolicy()
Returns the Policy. |
| Constructors in jmarkov.basic with parameters of type Policy | |
|---|---|
Solution(ValueFunction<S> valueFunction,
Policy<S,A> policy)
Builds a solution given a value funtcion and a policy |
|
| Uses of Policy in jmarkov.jmdp |
|---|
| Methods in jmarkov.jmdp that return Policy | |
|---|---|
Policy<S,A> |
MDP.getOptimalPolicy()
Returns the optimal policy. |
| Uses of Policy in jmarkov.jmdp.solvers |
|---|
| Fields in jmarkov.jmdp.solvers declared as Policy | |
|---|---|
protected Policy<S,A> |
Solver.policy
The policy Object. |
| Methods in jmarkov.jmdp.solvers that return Policy | |
|---|---|
Policy<S,A> |
Solver.getOptimalPolicy()
Gets the optimal policy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||