| Interface | Description |
|---|---|
| TerminalFunction |
And interface for defining terminal states of an MDP.
|
| Class | Description |
|---|---|
| AbstractGroundedAction |
This is an abstract superclass for grounded actions.
|
| Attribute |
The attribute class defines attributes that define OO-MDP object classes.
|
| Domain |
This is the base class for an OO-MDP/OO-SG domain.
|
| GroundedProp |
Propositional functions are defined to be evaluated on object parameters and this class provides a
definition for a grounded propositional function; that is, it specifies specific object parameters
on which the propositional function should be evaluated.
|
| ObjectClass |
Object classes are part of the OO-MDP definition and define the kinds of objects that can exist in an OO-MDP state.
|
| ObjectInstance |
Object Instances are the primary element for defining states.
|
| PropositionalFunction |
The propositional function class defines evaluations of object instances in an OO-MDP state and are part of the definition for an OO-MDP domain.
|
| State |
State objects are a collection of Object Instances.
|
| TransitionProbability |
Represents the probability of transition to a given state.
|
| Value |
An abstract class for representing a value assignment for an attribute.
|
| Enum | Description |
|---|---|
| Attribute.AttributeType |
And enumeration type to indicate the various types of attributes supported.
|