Skip to main content

RLAgentRecord

Type Alias RLAgentRecord 

Source
pub type RLAgentRecord<RLC> = <<RLC as RLComponentsTypes>::LearningAgent as PolicyLearner<<RLC as RLComponentsTypes>::Backend>>::Record;
Available on crate feature rl only.
Expand description

The record of the learning agent.