Trait rsrl::fa::VFunction

source ·
pub trait VFunction<S: ?Sized>: Approximator<S, Value = f64> {
    fn evaluate_phi(&self, phi: &Projection) -> f64 { ... }
    fn update_phi(&mut self, phi: &Projection, update: f64) { ... }
}
Expand description

An interface for state-value functions.

Provided Methods§

Implementors§