| Interface | Description |
|---|---|
| ReplayBuffer |
Records
RlEnv.Steps so that they can be trained on. |
| Class | Description |
|---|---|
| ActionSpace |
Contains the available actions that can be taken in an
RlEnv. |
| LruReplayBuffer |
A simple
ReplayBuffer that randomly selects across the whole buffer, but always removes
the oldest items in the buffer once it is full. |