|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
jmdp | |
jmdp.basic | |
jmdp.solvers |
Uses of Action in jmdp |
---|
Classes in jmdp with type parameters of type Action | |
---|---|
class |
CTMDP<S extends State,A extends Action>
This class represents a continuous time MDP. |
class |
CTMDPEv<S extends State,A extends Action,E extends Event>
This class represents an Infinite horizon, continuous time Markov Decision Process with events. |
class |
CTMDPEvA<S extends State,A extends Action,E extends Event>
This class represents an Infinite horizon, continuous time Markov Decision Process with events where actions depend on events. |
class |
DTMDP<S extends State,A extends Action>
This class represents a discrete time INFINITE horizon MDP Problems. |
class |
DTMDPEv<S extends State,A extends Action,E extends Event>
This class represents an infinite horizon, discrete time, Markov Decision Process with events. |
class |
DTMDPEvA<S extends State,A extends Action,E extends Event>
This class represents an infinite horizon, discrete time, Markov Decision Process with events, where actions depend on events. |
class |
FiniteDP<S extends State,A extends Action>
This class should ONLY be used in FINITE horizondeterministic problems. |
class |
FiniteMDP<S extends State,A extends Action>
This class should ONLY be used in FINITE horizon problems. |
class |
FiniteMDPEv<S extends State,A extends Action,E extends Event>
This class represents a finite horizon discrete time MDP with events. |
class |
InfiniteMDP<S extends State,A extends Action>
This class is a structural class and is not intended to be extended. |
class |
MDP<S extends State,A extends Action>
This class is the main framework to build a Dynamic Programming Problem. |
class |
StochasticShortestPath<S extends StateC,A extends Action>
This class represents an infinite horizon shortest path problem. |
Uses of Action in jmdp.basic |
---|
Classes in jmdp.basic with type parameters of type Action | |
---|---|
interface |
Actions<A extends Action>
This interface represents a set of objects |
class |
ActionsSet<A extends Action>
This class represents a set of objects Action. |
class |
DecisionRule<S extends State,A extends Action>
This class represents a deterministic decision rule which assigns an action to every state. |
class |
Policy<S extends State,A extends Action>
Policy is a set of "Decision Rules". |
class |
Solution<S extends State,A extends Action>
This class represents the joint information of a value function and a policy which summarizes the solution to a problem |
Subclasses of Action in jmdp.basic | |
---|---|
class |
ActionArray
This class is an easy way to use a Action that is represented by an array. |
Methods in jmdp.basic with parameters of type Action | |
---|---|
int |
ActionArray.compareTo(Action a)
|
Constructors in jmdp.basic with parameters of type Action | |
---|---|
ActionsSet(A[] acArray)
Creates a set of Actions from a given array of Actions. |
Uses of Action in jmdp.solvers |
---|
Classes in jmdp.solvers with type parameters of type Action | |
---|---|
class |
AbstractAverageSolver<S extends State,A extends Action>
Structural class for average cost solvers to extend. |
class |
AbstractDiscountedSolver<S extends State,A extends Action>
This is a structural class that must be extended by classes solving the dicounted cost minimization problem. |
class |
AbstractFiniteSolver<S extends State,A extends Action>
Structural class for solvers to extend in order to solve finite horizon problems. |
class |
AbstractInfiniteSolver<S extends State,A extends Action>
Structural class to be extended by solvers in order to solve infinite horizon problems |
class |
AbstractTotalSolver<S extends State,A extends Action>
Structural class to be extended by solvers in order to solve the total cost criteria for an infinite horizon problem |
class |
CT2DTConverter<S extends State,A extends Action>
This class formulates a DTMDP equivalent to a CTMDP. |
class |
FiniteSolver<S extends State,A extends Action>
This class belongs to the set of default solvers included in the jmdp package. |
class |
PolicyIterationSolver<S extends State,A extends Action>
This class belongs to the set of default solvers included in the jmdp package. |
class |
ProbabilitySolver<S extends State,A extends Action>
This class is designed to calculate the long run probabilities of infinite horizon problem. |
class |
RelativeValueIterationSolver<S extends State,A extends Action>
This class solves the average cost criteria for infinite horizon problems |
class |
Solver<S extends State,A extends Action>
Structural class for every solver. |
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. |
class |
ValueIterationSolver<S extends State,A extends Action>
This class belongs to the set of default solvers included in the jmdp package. |
Fields in jmdp.solvers declared as Action | |
---|---|
protected A |
ValueIterationSolver.bestAction
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |