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.
pub type RLAgentRecord<RLC> = <<RLC as RLComponentsTypes>::LearningAgent as PolicyLearner<<RLC as RLComponentsTypes>::Backend>>::Record;rl only.The record of the learning agent.