Module rsrl::fa

source ·
Expand description

Function approximation and value function representation module.

Modules

Structs

Linear function approximator.
Generic tabular function representation.

Enums

Projected feature vector representation.

Traits

An interface for function approximators.
An interface for approximators parameterised by a set of weights.
Trait for basis projectors.
An interface for action-value functions.
An interface for state-value functions.

Type Definitions