RLEventProcessorType

Type Alias RLEventProcessorType 

pub type RLEventProcessorType<RLC> = AsyncProcessorTraining<RLEvent<<RLC as RLComponentsTypes>::TrainingOutput, <RLC as RLComponentsTypes>::ActionContext>, AgentEvaluationEvent<<RLC as RLComponentsTypes>::ActionContext>>;
Expand description

The event processor type for reinforcement learning.

Aliased Typeยง

pub struct RLEventProcessorType<RLC> { /* private fields */ }