rsrl 0.8.1

A fast, extensible reinforcement learning framework in Rust
Documentation
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