Interface | Description |
---|---|
FilterOperation |
Used with
TransformProcess to filter-out an observation. |
ResettableOperation |
The
TransformProcess will call reset() (at the start of an episode) of any step that implement this interface. |
Class | Description |
---|---|
EncodableToINDArrayTransform | |
TransformProcess |
A TransformProcess will build an
Observation from the raw data coming from the environment. |
TransformProcess.Builder |
Copyright © 2020. All rights reserved.