learnwell 0.2.1

Framework for reinforcement learning
Documentation
1
2
3
4
5
6
7
8
pub mod agent;
pub mod environment;
mod progress;
pub mod runner;
pub mod strategy;

//See examples for details
//run with Runner::run()