Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StochasticShortestPath<S extends StateC,A extends Action>
This class represents an infinite horizon shortest path problem.
|
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.
|