public static interface RlEnv.Step
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
NDList |
getAction()
Returns the action taken.
|
ActionSpace |
getPostActionSpace()
Returns the available actions after the step.
|
NDList |
getPostObservation()
Returns the observation detailing the state after the action.
|
NDList |
getPreObservation()
Returns the observation detailing the state before the action.
|
NDArray |
getReward()
Returns the reward given for the action.
|
boolean |
isDone()
Returns whether the environment is finished or can accept further actions.
|
NDList getPreObservation()
NDList getAction()
NDList getPostObservation()
ActionSpace getPostActionSpace()
NDArray getReward()
boolean isDone()
void close()
close in interface java.lang.AutoCloseable