| Interface | Description |
|---|---|
| SparseStateActionFeatures | |
| SparseStateFeatures |
An interface for defining a database of state features that can be returned for any given input state or input state-action pair.
|
| Class | Description |
|---|---|
| LinearVFA |
This class is used for general purpose linear VFA.
|
| SparseCrossProductFeatures |
A
SparseStateActionFeatures implementation that takes as input a SparseStateFeatures object,
and turns it into state-action features taking the cross product of the features with the action set. |
| StateFeature |
A class for associating a state feature identifier with a value of that state feature
|