Interface | Description |
---|---|
Environment |
Environments define a current observation represetned with a
State and manage state and reward transitions when an action is executed in the environment through
the Environment.executeAction(Action) method. |
Class | Description |
---|---|
EnvironmentOutcome |
A tuple for specifying the outcome of executing an action in an
Environment . |
SimulatedEnvironment |
An
Environment that simulates interactions using a SampleModel that is provided
in an input domain. |