1
2
3
4
5
6
7
8
9
//! Prediction agents module.
pub use core::Predictor;

pub mod gtd;
pub mod mc;
pub mod td;

// TODO:
// Implement the algorithms discussed in https://arxiv.org/pdf/1304.3999.pdf