1 2 3 4 5 6 7
//! Prediction agents module. pub mod lstd; pub mod mc; pub mod td; // TODO: // Implement the algorithms discussed in https://arxiv.org/pdf/1304.3999.pdf