See: Description
| Interface | Description |
|---|---|
| RlAgent |
| Class | Description |
|---|---|
| EpsilonGreedy |
The
EpsilonGreedy is a simple exploration/excitation agent. |
| QAgent |
An
RlAgent that implements Q or Deep-Q Learning. |
It has the main interface RlAgent and various agents
implementing it.