burn-train 0.21.0-pre.5

Training crate for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod checkpointer;
mod components;
mod env_runner;
mod off_policy;
mod output;
mod paradigm;
mod strategy;

pub use checkpointer::*;
pub use components::*;
pub use env_runner::*;
pub use off_policy::*;
pub use output::*;
pub use paradigm::*;
pub use strategy::*;