Crate rlox_nn

Crate rlox_nn 

Source
Expand description

rlox-nn: Backend-agnostic neural network traits for reinforcement learning.

Defines the ActorCritic, QFunction, StochasticPolicy, DeterministicPolicy, and EntropyTuner traits that any NN backend (Candle, Burn, or custom) can implement.

Key types:

Re-exports§

pub use error::NNError;
pub use tensor_data::TensorData;
pub use traits::*;

Modules§

distributions
error
tensor_data
traits