public interface StateSettableEnvironment extends Environment
Environment instances that allows
 the environment to have its set set to a client specified state.| Modifier and Type | Method and Description | 
|---|---|
void | 
setCurStateTo(State s)
Sets the current state of the environment to the specified state. 
 | 
currentObservation, executeAction, isInTerminalState, lastReward, resetEnvironmentvoid setCurStateTo(State s)
s - the state to which this Environment will be set.