Interface | Description |
---|---|
ModelPlanner |
Interface for defining planning algorithms that operate on iteratively learned models.
|
ModelPlanner.ModelPlannerGenerator |
Class | Description |
---|---|
DomainMappedPolicy |
In model learning, it is not uncommon to have a modeled domain object with its own actions that are distinct from the actual action objects in the world.
|
Model |
This abstract class is used by model learning algorithms to learn the transition dynamics, reward function, and terminal function, of the world through experience.
|
ModeledDomainGenerator |
Use this class when an action model is being modeled.
|