Uses of Package
jmdp

Packages that use jmdp
jmdp   
jmdp.solvers   
 

Classes in jmdp used by jmdp
CTMDP
          This class represents a continuous time MDP.
DTMDP
          This class represents a discrete time INFINITE horizon MDP Problems.
FiniteMDP
          This class should ONLY be used in FINITE horizon problems.
InfiniteMDP
          This class is a structural class and is not intended to be extended.
MDP
          This class is the main framework to build a Dynamic Programming Problem.
 

Classes in jmdp used by jmdp.solvers
CTMDP
          This class represents a continuous time MDP.
DTMDP
          This class represents a discrete time INFINITE horizon MDP Problems.
FiniteMDP
          This class should ONLY be used in FINITE horizon problems.
InfiniteMDP
          This class is a structural class and is not intended to be extended.
MDP
          This class is the main framework to build a Dynamic Programming Problem.
StochasticShortestPath
          This class represents an infinite horizon shortest path problem.