Interface | Description |
---|---|
ModelLearningPlanner |
Interface for defining planning algorithms that operate on iteratively learned models.
|
Class | Description |
---|---|
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.
|