rwrd — Rust Reinforcement Learning Framework
A reinforcement learning framework for Rust, powered by Burn.
Aligned with Stable-Baselines3:
each algorithm is self-contained with learn() / predict() / save() /
load() as the primary API.
Quick start
use *;
let cfg = new.with_lr;
let mut dqn = new?;
dqn.learn?;
let action = dqn.predict; // deterministic