EpisodeStep Class
EpisodeStep event for stepping inthe simulation. this is sent when there is an ongoing active episode.
Constructor
EpisodeStep(*, action: object = None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
action
|
action decided by RL agent.null use this action to advance from current state of simulator. |