| Interface | Description |
|---|---|
| RLGlueLearningAgentFactory |
An interface for defining a learning agent factory that can take as inptu an RLGlue generated domain, reward function,
terminal function, and discount factor and generated a relevant BURLAP learning agent.
|
| Class | Description |
|---|---|
| RLGlueAgentShell |
This class is used to to serve as an interface between a BURLAP learning agent and an RLGlue hosted environment and experiment.
|
| RLGlueWrappedDomainGenerator |
This class is used to generate a domain object from an RLGlue task specification.
|