Package | Description |
---|---|
jmarkov.jmdp.solvers |
This package contins the framwork of solvers used by jMDP to solve Markov Decision Processes.
|
Modifier and Type | Class and Description |
---|---|
class |
StochasticShortestPathSolver<S extends StateC,A extends Action>
This solver gives a solution for the minimization of the total cost criterion
for an infinite horizon MDP.
|