Skip to main content

ppo_batch_with_kernel

Function ppo_batch_with_kernel 

Source
pub fn ppo_batch_with_kernel(
    data: &[f64],
    sweep: &PpoBatchRange,
    k: Kernel,
) -> Result<PpoBatchOutput, PpoError>