public static class EnvironmentServer.StateSettableEnvironmentServer extends EnvironmentServer implements StateSettableEnvironment
EnvironmentServer.StateSettableEnvironmentServer
EnvironmentDelegation.Helper
delegate, 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, setEnvironmentDelegate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
currentObservation, executeAction, isInTerminalState, lastReward, resetEnvironment
public StateSettableEnvironmentServer(StateSettableEnvironment delegate, EnvironmentObserver... observers)
public void setCurStateTo(State s)
StateSettableEnvironment
setCurStateTo
in interface StateSettableEnvironment
s
- the state to which this Environment
will be set.