pub type RLEventProcessorType<RLC> = AsyncProcessorTraining<RLEvent<<RLC as RLComponentsTypes>::TrainingOutput, <RLC as RLComponentsTypes>::ActionContext>, AgentEvaluationEvent<<RLC as RLComponentsTypes>::ActionContext>>;Available on crate feature
rl only.Expand description
The event processor type for reinforcement learning.
Aliased Typeยง
pub struct RLEventProcessorType<RLC> { /* private fields */ }