Crate rlox_candle

Crate rlox_candle 

Source
Expand description

rlox-candle: Candle backend for pure-Rust neural network inference and training.

Implements rlox_nn::ActorCritic and other NN traits using Candle (HuggingFace’s Rust ML framework).

Key components:

Modules§

actor_critic
collector
Candle-powered rollout collector.
continuous_q
convert
deterministic
dqn
entropy
mlp
stochastic