Skip to main content

CustomRLStrategy

Type Alias CustomRLStrategy 

Source
pub type CustomRLStrategy<LC> = Arc<dyn RLStrategy<LC>>;
Available on crate feature rl only.
Expand description

A reference to an implementation of RLStrategy.

Aliased Typeยง

pub struct CustomRLStrategy<LC> { /* private fields */ }