public static class EnvironmentServer.StateSettableEnvironmentServer extends EnvironmentServer implements StateSettableEnvironment
EnvironmentServer.StateSettableEnvironmentServerEnvironmentDelegation.Helperdelegate, observers| Constructor and Description |
|---|
StateSettableEnvironmentServer(StateSettableEnvironment delegate,
EnvironmentObserver... observers) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCurStateTo(State s)
Sets the current state of the environment to the specified state.
|
addObservers, clearAllObservers, constructor, constructServerOrAddObservers, currentObservation, executeAction, getEnvironmentDelegate, isInTerminalState, lastReward, observers, removeObservers, resetEnvironment, setEnvironmentDelegateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrentObservation, executeAction, isInTerminalState, lastReward, resetEnvironmentpublic StateSettableEnvironmentServer(StateSettableEnvironment delegate, EnvironmentObserver... observers)
public void setCurStateTo(State s)
StateSettableEnvironmentsetCurStateTo in interface StateSettableEnvironments - the state to which this Environment will be set.