learnwell 0.2.1

Framework for reinforcement learning
Documentation
1
2
3
4
5
6
#[derive(Clone, Copy)]
pub struct Progress {
    pub epoch: usize,
    pub epoch_step: usize,
    pub cumulative_steps: usize,
}