public interface EnvironmentDelegation extends Environment
Environment
that delegates its responsibilities to another Environment
Modifier and Type | Interface and Description |
---|---|
static class |
EnvironmentDelegation.Helper
A class that provides tools for working with Environment delegates
|
Modifier and Type | Method and Description |
---|---|
Environment |
getEnvironmentDelegate()
Returns the
Environment delegate that handles Environment
functionality |
void |
setEnvironmentDelegate(Environment delegate)
Sets the
Environment delegate that handles Environment functionality |
currentObservation, executeAction, isInTerminalState, lastReward, resetEnvironment
Environment getEnvironmentDelegate()
Environment
delegate that handles Environment
functionalityEnvironment
delegatevoid setEnvironmentDelegate(Environment delegate)
Environment
delegate that handles Environment
functionalitydelegate
- the Environment
delegate