thrust-rl 0.4.0

High-performance reinforcement learning in Rust with the Burn tensor backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Utility functions and helpers

pub mod normalize;

/// CUDA runtime sanity-check helpers. See `cuda::ensure_cuda_if_expected`.
pub mod cuda;

/// Logging utilities
pub mod logging {
    // Coming soon
}

/// Math utilities
pub mod math {
    // Coming soon
}