seldonian.RL.Agents.Function_Approximators.Linear_FA.Linear_FA¶
- class Linear_FA(basis, env_description)¶
Bases:
Function_Approximator
- __init__(basis, env_description)¶
Base class for linear function approximators.
- Parameters:
basis – The basis to use for encoding features
env_description (
Env_Description
) – an object for accessing attributes of the environment
- __repr__()¶
Return repr(self).
Methods
- set_new_params(new_params)¶
Set the new model parameter weights